-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
109 lines (109 loc) · 1.96 KB
/
requirements.txt
File metadata and controls
109 lines (109 loc) · 1.96 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
#
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile requirements.in
#
annotated-types==0.7.0
# via pydantic
anyio==4.6.2.post1
# via
# httpx
# starlette
black==24.10.0
# via -r requirements.in
certifi==2024.8.30
# via
# httpcore
# httpx
# requests
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# black
# uvicorn
coverage[toml]==7.6.8
# via pytest-cov
fastapi==0.115.5
# via -r requirements.in
flake8==7.1.1
# via -r requirements.in
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.7
# via httpx
httpx==0.28.0
# via -r requirements.in
idna==3.10
# via
# anyio
# httpx
# requests
iniconfig==2.0.0
# via pytest
mccabe==0.7.0
# via flake8
mypy==1.13.0
# via -r requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
packaging==24.2
# via
# black
# pytest
pathspec==0.12.1
# via black
platformdirs==4.3.6
# via black
pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
# via flake8
pydantic==2.10.2
# via
# -r requirements.in
# fastapi
# pydantic-settings
pydantic-core==2.27.1
# via pydantic
pydantic-settings==2.6.1
# via -r requirements.in
pyflakes==3.2.0
# via flake8
pytest==8.3.3
# via
# -r requirements.in
# pytest-asyncio
# pytest-cov
# pytest-mock
pytest-asyncio==0.24.0
# via -r requirements.in
pytest-cov==6.0.0
# via -r requirements.in
pytest-mock==3.14.0
# via -r requirements.in
python-dotenv==1.0.1
# via
# -r requirements.in
# pydantic-settings
requests==2.32.3
# via -r requirements.in
sniffio==1.3.1
# via anyio
starlette==0.41.3
# via fastapi
typing-extensions==4.12.2
# via
# fastapi
# mypy
# pydantic
# pydantic-core
urllib3==2.2.3
# via requests
uvicorn==0.32.1
# via -r requirements.in