mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-16 15:58:17 +00:00
Freeze SQLAlchemy version.
This commit is contained in:
parent
aa14da27af
commit
5701f6e830
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
wheel
|
wheel
|
||||||
pyzmq
|
pyzmq
|
||||||
protobuf
|
protobuf
|
||||||
sqlalchemy
|
sqlalchemy==1.4.39
|
||||||
python-gnupg
|
python-gnupg
|
||||||
Jinja2
|
Jinja2
|
||||||
requests
|
requests
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ setuptools.setup(
|
||||||
"wheel",
|
"wheel",
|
||||||
"pyzmq",
|
"pyzmq",
|
||||||
"protobuf",
|
"protobuf",
|
||||||
"sqlalchemy",
|
"sqlalchemy==1.4.39",
|
||||||
"python-gnupg",
|
"python-gnupg",
|
||||||
"Jinja2",
|
"Jinja2",
|
||||||
"requests",
|
"requests",
|
||||||
|
|
Loading…
Reference in a new issue