Freeze dependencies.

This commit is contained in:
tecnovert
2024-10-10 18:17:24 +02:00
parent 996c67beea
commit 19c6cff7d3
9 changed files with 352 additions and 35 deletions

14
doc/dev.md Normal file
View File

@@ -0,0 +1,14 @@
## Install dev dependencies
pip install -e .[dev]
## Update requirements.txt
hashin --update-all -p3.9 -p3.10 -p3.11 -p3.12 -p3.13
## Run One Test
pytest -v -s tests/basicswap/test_xmr.py::Test::test_02_leader_recover_a_lock_tx

View File

@@ -103,11 +103,6 @@ Test:
basicswap-prepare.exe --help
## Run One Test
pytest -v -s tests/basicswap/test_xmr.py::Test::test_02_leader_recover_a_lock_tx
## Private Offers
To send a private offer: