-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
84 lines (84 loc) · 1.59 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#
# 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
# httpcore
# starlette
beautifulsoup4==4.12.2
# via -r requirements.in
certifi==2023.5.7
# via
# httpcore
# httpx
click==8.1.7
# via uvicorn
dnspython==2.4.2
# via pymongo
fastapi==0.103.1
# via -r requirements.in
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==0.17.3
# via httpx
httpx==0.24.1
# via -r requirements.in
idna==3.4
# via
# anyio
# httpx
loguru==0.7.0
# via -r requirements.in
mypy==1.4.1
# via -r requirements.in
mypy-extensions==1.0.0
# via mypy
pydantic==2.3.0
# via fastapi
pydantic-core==2.6.3
# via pydantic
pydub==0.25.1
# via -r requirements.in
pydub-stubs==0.25.1.0
# via -r requirements.in
pymongo==4.5.0
# via -r requirements.in
python-dotenv==1.0.0
# via -r requirements.in
regex==2023.6.3
# via -r requirements.in
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
soupsieve==2.4.1
# via beautifulsoup4
starlette==0.27.0
# via fastapi
tqdm==4.66.5
# via -r requirements.in
types-beautifulsoup4==4.12.0.5
# via -r requirements.in
types-html5lib==1.1.11.14
# via types-beautifulsoup4
types-regex==2023.6.3.0
# via -r requirements.in
typing-extensions==4.7.1
# via
# fastapi
# mypy
# pydantic
# pydantic-core
uvicorn==0.23.2
# via -r requirements.in
websockets==12.0
# via -r requirements.in