-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathrequirements.txt
25 lines (25 loc) · 1 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
-i https://pypi.org/simple
async-timeout==5.0.1; python_version >= '3.8'
blinker==1.9.0; python_version >= '3.9'
cachelib==0.13.0; python_version >= '3.8'
click==8.1.8; python_version >= '3.7'
flask==3.1.0; python_version >= '3.9'
flask-session==0.8.0; python_version >= '3.8'
gunicorn==23.0.0; python_version >= '3.7'
importlib-metadata==8.5.0; python_version >= '3.8'
isodate==0.7.2; python_version >= '3.7'
itsdangerous==2.2.0; python_version >= '3.8'
jinja2==3.1.5; python_version >= '3.7'
lxml==5.3.0; python_version >= '3.6'
markupsafe==3.0.2; python_version >= '3.9'
msgspec==0.19.0; python_version >= '3.9'
packaging==24.2; python_version >= '3.8'
prometheus-client==0.21.1; python_version >= '3.8'
py-healthcheck==1.10.1
python3-saml==1.16.0
pyyaml==6.0.2; python_version >= '3.8'
redis==5.2.1; python_version >= '3.8'
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
werkzeug==3.1.3; python_version >= '3.9'
xmlsec==1.3.14; python_version >= '3.5'
zipp==3.21.0; python_version >= '3.9'