Fix python requirements to actually work

Didn't do deep research here, just fitted it against the current Docker
image release.
This commit is contained in:
Jonas Schäfer
2024-01-16 16:52:47 +01:00
parent e8ab33e12f
commit 1578654816

View File

@@ -1,9 +1,10 @@
aiohttp~=3.6
quart~=0.17,<0.18
flask-wtf~=1.0
aiohttp~=3.8,<3.9
quart~=0.18,<0.19
flask-wtf~=1.1,<1.2
hsluv~=5.0
flask-babel~=1.0
email-validator~=1.1
flask-babel~=2.0,<3
email-validator~=1.3
environ-config~=20.0
wtforms~=3.0
wtforms~=3.0,<4
typing-extensions
werkzeug~=2.2,<3