mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-23 11:59:36 +00:00
Remove dependencies from pyproject.toml, ensuring requirements.txt will be used.
This commit is contained in:
parent
ed50dc0435
commit
1478c26243
1 changed files with 1 additions and 7 deletions
|
@ -16,13 +16,7 @@ classifiers = [
|
||||||
"Topic :: Security :: Cryptography",
|
"Topic :: Security :: Cryptography",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pyzmq==26.2.0",
|
# See requirements.txt
|
||||||
"sqlalchemy==1.4.39",
|
|
||||||
"python-gnupg==0.5.3",
|
|
||||||
"Jinja2==3.1.4",
|
|
||||||
"pycryptodome==3.21.0",
|
|
||||||
"PySocks==1.7.1",
|
|
||||||
"coincurve@https://github.com/basicswap/coincurve/archive/refs/tags/basicswap_v0.2.zip#sha256=c309deef22c929c9ab5b3adf7adbda940bffcea6c6ec7c66202d6c3d4e3ceb79"
|
|
||||||
]
|
]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue