-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
26 lines (26 loc) · 1.87 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
26
apiflask==1.1.3; python_version >= "3.7"
apispec==5.2.2; python_version >= "3.7"
certifi==2022.9.24; python_version >= "3.7" and python_version < "4"
charset-normalizer==2.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
click==8.1.3; python_version >= "3.7"
colorama==0.4.5; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0"
defusedxml==0.7.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
flask-httpauth==4.7.0; python_version >= "3.7"
flask-marshmallow==0.14.0; python_version >= "3.7"
flask==2.1.3; python_version >= "3.7"
gunicorn==20.1.0; python_version >= "3.5"
idna==3.4; python_version >= "3.7" and python_version < "4"
importlib-metadata==4.12.0; python_version < "3.10" and python_version >= "3.7"
itsdangerous==2.1.2; python_version >= "3.7"
jinja2==3.1.2; python_version >= "3.7"
markupsafe==2.1.1; python_version >= "3.7"
marshmallow==3.18.0; python_full_version >= "3.7.2" and python_version >= "3.7"
packaging==21.3; python_full_version >= "3.7.2" and python_version >= "3.7"
pyparsing==3.0.9; python_full_version >= "3.7.2" and python_version >= "3.7"
requests==2.28.1; python_version >= "3.7" and python_version < "4"
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7"
typing-extensions==4.3.0; python_version >= "3.7"
urllib3==1.26.12; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
webargs==8.2.0; python_full_version >= "3.7.2" and python_version >= "3.7"
werkzeug==2.2.2; python_version >= "3.7"
zipp==3.8.1; python_version < "3.10" and python_version >= "3.7"