forked from talkpython/modern-apis-with-fastapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
64 lines (64 loc) · 1.11 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
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
aiofiles==23.1.0
# via -r requirements.in
annotated-types==0.5.0
# via pydantic
anyio==3.7.1
# via
# httpcore
# starlette
certifi==2023.5.7
# via
# httpcore
# httpx
# requests
charset-normalizer==3.2.0
# via requests
click==8.1.5
# via uvicorn
fastapi==0.100.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
# requests
jinja2==3.1.2
# via -r requirements.in
markupsafe==2.1.3
# via jinja2
pydantic==2.0.2
# via fastapi
pydantic-core==2.1.2
# via pydantic
requests==2.31.0
# via -r requirements.in
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
starlette==0.27.0
# via fastapi
typing-extensions==4.7.1
# via
# fastapi
# pydantic
# pydantic-core
urllib3==2.0.3
# via requests
uvicorn==0.22.0
# via -r requirements.in