-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
65 lines (65 loc) · 1.08 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
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
annotated-types==0.5.0
# via pydantic
anyio==3.7.1
# via
# httpcore
# starlette
certifi==2023.7.22
# via
# httpcore
# httpx
click==8.1.7
# via uvicorn
exceptiongroup==1.1.3
# via
# anyio
# pytest
fastapi==0.103.0
# 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
iniconfig==2.0.0
# via pytest
packaging==23.1
# via pytest
pluggy==1.3.0
# via pytest
pydantic==2.3.0
# via fastapi
pydantic-core==2.6.3
# via pydantic
pytest==7.4.0
# via -r requirements.in
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
starlette==0.27.0
# via fastapi
tomli==2.0.1
# via pytest
typing-extensions==4.7.1
# via
# fastapi
# pydantic
# pydantic-core
# uvicorn
uvicorn==0.23.2
# via -r requirements.in