forked from ExpDev07/coronavirus-tracker-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
49 lines (49 loc) · 3.14 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
39
40
41
42
43
44
45
46
47
48
49
-i https://pypi.org/simple
aiocache[redis]==0.12.1
aiofiles==23.1.0
aiohttp==3.8.4
aiosignal==1.3.1 ; python_version >= '3.7'
anyio==3.7.0 ; python_version >= '3.7'
asgiref==3.7.2 ; python_version >= '3.5'
async-timeout==4.0.2 ; python_version >= '3.6'
asyncache==0.3.1
attrs==23.1.0 ; python_version >= '3.7'
cachetools==5.3.1
certifi==2023.5.7 ; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==3.1.0 ; python_version >= '3.7'
click==8.1.3 ; python_version >= '3.7'
colorama==0.4.6
cryptography==41.0.1
dataclasses==0.6
fastapi==0.97.0
frozenlist==1.3.3 ; python_version >= '3.7'
gunicorn==20.1.0
h11==0.14.0 ; python_version >= '3.7'
httptools==0.5.0
idna==3.4 ; python_version >= '3.5'
idna-ssl==1.1.0
multidict==6.0.4 ; python_version >= '3.7'
psutil==5.9.5 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pycparser==2.21
pydantic[dotenv]==1.10.9
pyopenssl==23.2.0
python-dateutil==2.8.2
python-dotenv==1.0.0
pyyaml==6.0
redis==4.5.5
requests==2.31.0
scout-apm==2.26.1
sentry-sdk==1.25.1
setuptools==67.8.0 ; python_version >= '3.7'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
sniffio==1.3.0 ; python_version >= '3.7'
starlette==0.27.0 ; python_version >= '3.7'
typing-extensions==4.6.3 ; python_version >= '3.7'
urllib3[secure]==1.26.16 ; python_version >= '3.5'
urllib3-secure-extra==0.1.0
uvicorn[standard]==0.22.0
watchfiles==0.19.0
websockets==11.0.3
wrapt==1.15.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
yarl==1.9.2 ; python_version >= '3.7'