-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
54 lines (54 loc) · 1002 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.11
# by the following command:
#
# pip-compile requirements.in
#
annotated-types==0.5.0
# via pydantic
anyio==3.7.1
# via
# fastapi
# starlette
# watchfiles
click==8.1.7
# via uvicorn
fastapi==0.103.1
# via -r requirements.in
gunicorn==21.2.0
# via -r requirements.in
h11==0.14.0
# via uvicorn
httptools==0.6.0
# via uvicorn
idna==3.4
# via anyio
loguru==0.7.0
# via -r requirements.in
packaging==23.1
# via gunicorn
pydantic==2.3.0
# via fastapi
pydantic-core==2.6.3
# via pydantic
python-dotenv==1.0.0
# via uvicorn
pyyaml==6.0.1
# via uvicorn
sniffio==1.3.0
# via anyio
starlette==0.27.0
# via fastapi
typing-extensions==4.7.1
# via
# fastapi
# pydantic
# pydantic-core
uvicorn[standard]==0.23.2
# via -r requirements.in
uvloop==0.17.0
# via uvicorn
watchfiles==0.20.0
# via uvicorn
websockets==11.0.3
# via uvicorn