-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-framework.txt
36 lines (36 loc) · 3.1 KB
/
requirements-framework.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
aiofiles==23.2.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
annotated-types==0.5.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
anyio==3.7.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
certifi==2023.7.22 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
click==8.1.7 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and platform_system == "Windows"
exceptiongroup==1.1.3 ; python_full_version >= "3.8.1" and python_version < "3.11"
fastapi==0.103.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
flask==2.2.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
h11==0.14.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
html5tagger==1.3.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
httpcore==0.17.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
httptools==0.6.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
httpx==0.24.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
idna==2.10 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
importlib-metadata==6.7.0 ; python_full_version >= "3.8.1" and python_version < "3.10"
itsdangerous==2.1.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
jinja2==3.1.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
markupsafe==2.1.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
multidict==5.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pydantic-core==2.10.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
pydantic==2.4.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
sanic-routing==23.6.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
sanic-testing==23.6.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
sanic==23.6.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
sniffio==1.3.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
starlette==0.27.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
tornado==6.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
tracerite==1.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
typing-extensions==4.7.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
ujson==5.7.0 ; sys_platform != "win32" and implementation_name == "cpython" and python_full_version >= "3.8.1" and python_full_version < "4.0.0"
uvicorn==0.22.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
uvloop==0.18.0 ; sys_platform != "win32" and implementation_name == "cpython" and python_full_version >= "3.8.1" and python_full_version < "4.0.0"
websockets==11.0.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
werkzeug==2.2.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
zipp==3.15.0 ; python_full_version >= "3.8.1" and python_version < "3.10"