Skip to content

Commit 72b597b

Browse files
committed
refactor(app)!: split requirements files
1 parent 017c7ca commit 72b597b

File tree

3 files changed

+9
-62
lines changed

3 files changed

+9
-62
lines changed

requirements-lint.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flake8==7.1.2

requirements-test.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-r requirements.txt
2+
3+
pytest==8.3.5
4+
pytest-cov==6.0.0
5+
pytest-sugar==1.0.0

requirements.txt

Lines changed: 3 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,5 @@
1-
aiohttp==3.11.14
2-
aiosignal==1.3.2
3-
aiosqlite==0.21.0
4-
annotated-types==0.7.0
5-
anyio==4.8.0
6-
attrs==25.3.0
7-
certifi==2025.1.31
8-
click==8.1.8
9-
coverage==7.7.0
10-
dnspython==2.7.0
11-
email_validator==2.2.0
12-
fastapi==0.115.11
1+
# https://fastapi.tiangolo.com/#standard-dependencies
2+
fastapi[standard]==0.115.12
133
fastapi-cache2==0.2.2
14-
fastapi-cli==0.0.7
15-
flake8==7.1.2
16-
frozenlist==1.5.0
17-
gevent==24.11.1
18-
greenlet==3.1.1
19-
h11==0.14.0
20-
httpcore==1.0.7
21-
httptools==0.6.4
22-
httpx==0.28.1
23-
idna==3.10
24-
iniconfig==2.0.0
25-
Jinja2==3.1.5
26-
markdown-it-py==3.0.0
27-
MarkupSafe==3.0.2
28-
mccabe==0.7.0
29-
mdurl==0.1.2
30-
multidict==6.1.0
31-
packaging==24.2
32-
pendulum==3.0.0
33-
pluggy==1.5.0
34-
pycodestyle==2.12.1
35-
pydantic==2.10.6
36-
pydantic_core
37-
pyflakes==3.2.0
38-
Pygments==2.19.1
39-
pytest==8.3.5
40-
pytest-cov==6.0.0
41-
pytest-sugar==1.0.0
42-
python-dateutil==2.9.0.post0
43-
python-dotenv==1.0.1
44-
python-multipart==0.0.20
45-
PyYAML==6.0.2
46-
rich==13.9.4
47-
setuptools==76.0.0
48-
shellingham==1.5.4
49-
six==1.17.0
50-
sniffio==1.3.1
514
SQLAlchemy==2.0.39
52-
starlette
53-
termcolor==2.5.0
54-
time-machine==2.16.0
55-
typer==0.15.2
56-
typing_extensions==4.12.2
57-
tzdata==2025.1
58-
uvicorn==0.34.0
59-
uvloop==0.21.0
60-
watchfiles==1.0.4
61-
websockets==15.0.1
62-
yarl==1.18.3
63-
zope.event==5.0
64-
zope.interface==7.2
5+
aiosqlite==0.21.0

0 commit comments

Comments
 (0)