-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
38 lines (38 loc) · 3.44 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
27
28
29
30
31
32
33
34
35
36
37
38
alembic==1.14.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
annotated-types==0.7.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
attrs==24.2.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
blinker==1.9.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
certifi==2024.8.30 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
cffi==1.17.1 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
charset-normalizer==3.4.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
click==8.1.7 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
colorama==0.4.6 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0" and platform_system == "Windows"
cryptography==43.0.3 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
deprecated==1.2.14 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
flask-httpauth==4.8.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
flask-pydantic==0.12.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
flask==3.1.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
greenlet==3.1.1 ; python_version < "3.13" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_full_version >= "3.10.0"
idna==3.10 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
itsdangerous==2.2.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
jinja2==3.1.4 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
jsonschema-specifications==2024.10.1 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
jsonschema==4.23.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
mako==1.3.6 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
markupsafe==3.0.2 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
psycopg2-binary==2.9.10 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
pycparser==2.22 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
pydantic-core==2.23.4 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
pydantic==2.9.2 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
pygithub==2.5.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
pyjwt[crypto]==2.9.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
pynacl==1.5.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
pyyaml==6.0.2 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
referencing==0.35.1 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
requests==2.32.3 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
rpds-py==0.21.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
sqlalchemy==2.0.36 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
typing-extensions==4.12.2 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
urllib3==2.2.3 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
werkzeug==3.1.3 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"
wrapt==1.16.0 ; python_full_version >= "3.10.0" and python_full_version < "4.0.0"