specter-desktop/requirements.in

45 lines
913 B
Text
Raw Permalink Normal View History

certifi==2024.7.4
Click==8.1.7
Flask==2.2.5
# Flask 2.2.x test_client uses werkzeug.__version__, removed in Werkzeug 3.1.
Werkzeug==3.0.6
Flask-Babel==3.1.0
Flask-Cors==6.0.0
Flask-Login==0.6.3
Flask-RESTful==0.3.10
Flask-HTTPAuth==4.8.1
hwi==3.1.0
python-dotenv==1.2.2
requests==2.33.0
pysocks==1.7.1
six==1.16.0
stem==1.8.0
embit==0.6.1
Chore: Upgrade to python 3.10 (#1688) * changed class name * Working requirements.in * Reordered lines to see changes better * Working minimal upgrades * Added hashes * - Upgraded python to 3.10 and bitcoin to v23.0 - Added libzmq to build process, to enable future use cases such as https://github.com/cryptoadvance/specter-desktop/issues/778 - added --without-gui to remove configure warning that gui will not be built. * Added line-break * - Updated the embit version to 0.4.13 - pushed python-bitcoind image * - Build registry.gitlab.com/c8527/specter/cirrus-jammy:20220504 - updated docker references * - added cypress-base-ubuntu-jammy * - added cypress-python * - fixed unchanged registry path * Fixed wrong path * readme change * Fixed path * Changed github-changelog * changes registrar links * Fixed bitcoin version * Set reset bitcoin version to 22 * Set bitcoin version to 22.0 * Fixed black issue via https://github.com/psf/black/issues/2964#issuecomment-1080974737 * Revert for changelog * Upgraded pytest because otherwise I get the error https://github.com/pytest-dev/pytest/discussions/9195 * Added temporary fix for upgraded hwi version. Should be fixed in https://github.com/cryptoadvance/specter-desktop/pull/1693 * more verbosity for page generation * doc about python 3.10 * docs: update TOC * yet another library necessary * black * Corrected tag * Fixed wrong python version introduced in the merge commit * Use same babel version across requirements and test_requirements * Created the reuqirements.txt with python 3.8 such, that that netlify can create the python docs in python 3.8, while everything elese works also with python 3.10 * testing https://peps.python.org/pep-0508/#environment-markers * CHanged just the txt * Added comments * electron docker build successful * rename image to cypress-python:v9.7.0 * doc * docker file rename * fix pyinstaller pip error by changing requirements.in * reference jammy electron dockerfile See https://github.com/electron-userland/electron-builder/pull/6922#issuecomment-1234420845 * updated all references to dockerimages * fix release-build * fix the image-version to something else than latest. pin all the stuff! * revert to old image to avoid glibc issues Co-authored-by: Kim Neunert <k9ert@gmx.de> Co-authored-by: k9ert <k9ert@users.noreply.github.com>
2022-09-13 10:44:49 +02:00
psutil==5.9.0
pyopenssl==26.0.0
2024-05-02 17:13:53 +02:00
flask_wtf==1.2.1
2023-03-09 15:32:02 +01:00
pgpy==0.6.0
cbor2==5.9.0
mnemonic==0.21
cryptography==46.0.6
Flask-APScheduler==1.12.4
gunicorn==23.0.0
simple-websocket==0.8.1
protobuf==4.23.3
PyJWT==2.13.0
pytimeparse==1.1.8
psycopg2-binary==2.9.5
aioitertools==0.11.0
# Extensions
cryptoadvance-liquidissuer==0.2.4
2022-08-26 10:45:29 +02:00
specterext-exfund==0.1.7
specterext-faucet==0.1.2
2026-06-29 14:35:14 +02:00
cryptoadvance.spectrum==0.8.0
specterext-stacktrack==0.3.0
specterext-timelockrecovery==0.2.3
# workarounds
# greenlet is needed but not inserted as transitive dependency for some reason
greenlet==2.0.2