Skip to content

Commit f4c2fe4

Browse files
committed
docs: add pytest and pytest-flask to requirements.txt
1 parent f4dc66b commit f4c2fe4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

requirements.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,23 @@ certifi==2025.1.31
55
click==8.1.8
66
Flask==3.1.0
77
Flask-Cors==5.0.0
8+
gunicorn==23.0.0
89
h11==0.14.0
910
httpcore==1.0.7
1011
httpx==0.28.1
1112
idna==3.10
13+
iniconfig==2.0.0
1214
itsdangerous==2.2.0
1315
Jinja2==3.1.5
1416
MarkupSafe==3.0.2
17+
packaging==24.2
18+
pluggy==1.5.0
1519
pydantic==2.10.6
1620
pydantic_core==2.27.2
21+
pytest==8.3.4
22+
pytest-flask==1.3.0
1723
python-dotenv==1.0.1
1824
sniffio==1.3.1
1925
typing_extensions==4.12.2
26+
uvicorn==0.34.0
2027
Werkzeug==3.1.3
21-
gunicorn

0 commit comments

Comments
 (0)