mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
* refactor build-linux to avoid build-ci.sh * adding set_setup_py_version to release_helper * yet another tiny release-helper * adjusted for win-compatibility * fix windows build again * fix directory-change * part2 * kick * kick * kick * kick * dependencie for ./utils * revert before_script * unix, not linux * fix buildscript * restore version.txt * fix * fex exe * bugfix: not exiting directory * kick * kick * kick * adding liquidissuer * docstrings * fix upload locations * some docs * ommit external exts in DevelopmentConfig * simplifying startup for external exts * macos improvements * Merge branch 'master' of github.com:cryptoadvance/specter-desktop into liquidissuer * last build-script adjustements * fixed params gain * reapply lost sys changes * upgrade liquidissuer * remove unnecessary print statement. * remove unnecessary EXTENSION_LIST reduction in Development * Bugfix: disable gunicorn for windows * fix version.py * black * fix build * last fixes for the macos-script * Update src/cryptoadvance/specter/util/reflection.py * Better formatting for cli * a bit of reformating for cli_ext * ignoring elements test * skip test * fix link to specterext-dice
14 lines
No EOL
239 B
Text
14 lines
No EOL
239 B
Text
# requirements for testing
|
|
black==22.3.0
|
|
pre-commit==2.13.0
|
|
docker==4.3.1
|
|
pip-tools==5.5.0
|
|
pytest==6.1.2
|
|
PySocks==1.7.1
|
|
pytest-cov==2.10.1
|
|
mock==4.0.2
|
|
babel==2.9.1
|
|
python-gitlab==2.10.1
|
|
|
|
# requirements for stuff in ./utils
|
|
requests==2.26.0 |