-
Notifications
You must be signed in to change notification settings - Fork 72
/
requirements.txt
54 lines (54 loc) · 954 Bytes
/
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
50
51
52
53
54
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile
#
aiofiles==0.8.0
# via -r requirements.in
anyio==3.6.1
# via
# starlette
# watchgod
asgiref==3.5.2
# via uvicorn
cffi==1.15.0
# via cryptography
click==8.1.3
# via uvicorn
cryptography==37.0.3
# via -r requirements.in
fastapi==0.78.0
# via -r requirements.in
h11==0.13.0
# via uvicorn
httptools==0.4.0
# via uvicorn
idna==3.3
# via anyio
pycparser==2.21
# via cffi
pydantic==1.9.1
# via fastapi
python-dotenv==0.20.0
# via uvicorn
pyyaml==6.0
# via uvicorn
sniffio==1.2.0
# via anyio
starlette==0.19.1
# via fastapi
typing-extensions==4.2.0
# via
# pydantic
# starlette
uvicorn[standard]==0.17.6
# via -r requirements.in
uvloop==0.16.0
# via uvicorn
watchgod==0.8.2
# via uvicorn
websockets==10.3
# via
# -r requirements.in
# uvicorn