-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
23 lines (23 loc) · 1.91 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
aiohttp==3.8.3; python_version >= "3.6"
aiosignal==1.3.1; python_version >= "3.7"
anyio==3.6.2; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2"
async-timeout==4.0.2; python_version >= "3.6"
attrs==22.1.0; python_version >= "3.6"
charset-normalizer==2.1.1; python_full_version >= "3.6.0" and python_version >= "3.6"
click==8.1.3; python_version >= "3.7" and python_version < "4.0"
colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" and platform_system == "Windows" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows" and python_full_version >= "3.7.0"
frozenlist==1.3.3; python_version >= "3.7"
graphql-core==3.2.3; python_version >= "3.7" and python_version < "4"
h11==0.14.0; python_version >= "3.7" and python_version < "4.0"
idna==3.4; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2"
multidict==6.0.2; python_version >= "3.7"
pygments==2.13.0; python_version >= "3.7" and python_version < "4.0"
python-dateutil==2.8.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.3.0"
python-multipart==0.0.5; python_version >= "3.7" and python_version < "4.0"
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.3.0"
sniffio==1.3.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2"
starlette==0.22.0; python_version >= "3.7" and python_version < "4.0"
strawberry-graphql==0.142.2; python_version >= "3.7" and python_version < "4.0"
typing-extensions==4.4.0; python_version >= "3.7" and python_version < "4.0"
uvicorn==0.19.0; python_version >= "3.7" and python_version < "4.0"
yarl==1.8.1; python_version >= "3.7"