Freeze SQLAlchemy version.

This commit is contained in:
tecnovert 2022-10-21 19:00:13 +02:00
parent aa14da27af
commit 5701f6e830
No known key found for this signature in database
GPG key ID: 8ED6D8750C4E3F93
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
wheel wheel
pyzmq pyzmq
protobuf protobuf
sqlalchemy sqlalchemy==1.4.39
python-gnupg python-gnupg
Jinja2 Jinja2
requests requests

View file

@ -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",