-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev-requirements.txt
More file actions
144 lines (143 loc) · 2.61 KB
/
dev-requirements.txt
File metadata and controls
144 lines (143 loc) · 2.61 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --extra=dev --output-file=dev-requirements.txt pyproject.toml
#
annotated-types==0.7.0
# via pydantic
anyio==4.6.2.post1
# via
# httpx
# starlette
# watchfiles
astroid==3.3.5
# via pylint
black==24.10.0
# via fastapi-template (pyproject.toml)
build==1.2.2.post1
# via pip-tools
certifi==2024.8.30
# via
# httpcore
# httpx
click==8.1.7
# via
# black
# pip-tools
# typer
# uvicorn
dill==0.3.9
# via pylint
dnspython==2.7.0
# via
# email-validator
# pymongo
email-validator==2.2.0
# via fastapi
fastapi[standard]==0.115.2
# via fastapi-template (pyproject.toml)
fastapi-cli[standard]==0.0.5
# via fastapi
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.6
# via httpx
httptools==0.6.4
# via uvicorn
httpx==0.27.2
# via fastapi
idna==3.10
# via
# anyio
# email-validator
# httpx
isort==5.13.2
# via
# fastapi-template (pyproject.toml)
# pylint
jinja2==3.1.4
# via fastapi
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
motor==3.6.0
# via fastapi-template (pyproject.toml)
mypy-extensions==1.0.0
# via black
packaging==24.1
# via
# black
# build
pathspec==0.12.1
# via black
pip-tools==7.4.1
# via fastapi-template (pyproject.toml)
platformdirs==4.3.6
# via
# black
# pylint
pydantic==2.9.2
# via fastapi
pydantic-core==2.23.4
# via pydantic
pygments==2.18.0
# via rich
pylint==3.3.1
# via fastapi-template (pyproject.toml)
pymongo==4.9.2
# via motor
pyproject-hooks==1.2.0
# via
# build
# pip-tools
python-dotenv==1.0.1
# via
# fastapi-template (pyproject.toml)
# uvicorn
python-multipart==0.0.12
# via fastapi
pyyaml==6.0.2
# via uvicorn
rich==13.9.2
# via typer
shellingham==1.5.4
# via typer
sniffio==1.3.1
# via
# anyio
# httpx
starlette==0.40.0
# via fastapi
tomlkit==0.13.2
# via pylint
typer==0.12.5
# via fastapi-cli
typing-extensions==4.12.2
# via
# fastapi
# pydantic
# pydantic-core
# typer
uvicorn[standard]==0.32.0
# via
# fastapi
# fastapi-cli
uvloop==0.21.0
# via uvicorn
watchfiles==0.24.0
# via uvicorn
websockets==13.1
# via uvicorn
wheel==0.44.0
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools