Spaces:
Runtime error
Runtime error
Add testing dependencies: pytest, pytest-asyncio, and pytest-socket
Browse files- app/requirements.txt +3 -0
app/requirements.txt
CHANGED
@@ -147,6 +147,9 @@ pypdf==5.4.0
|
|
147 |
pypdfium2==4.30.1
|
148 |
PyPika==0.48.9
|
149 |
pyproject_hooks==1.2.0
|
|
|
|
|
|
|
150 |
python-dateutil==2.9.0.post0
|
151 |
python-dotenv==1.0.1
|
152 |
python-iso639==2025.2.18
|
|
|
147 |
pypdfium2==4.30.1
|
148 |
PyPika==0.48.9
|
149 |
pyproject_hooks==1.2.0
|
150 |
+
pytest==8.3.5
|
151 |
+
pytest-asyncio==0.26.0
|
152 |
+
pytest-socket==0.7.0
|
153 |
python-dateutil==2.9.0.post0
|
154 |
python-dotenv==1.0.1
|
155 |
python-iso639==2025.2.18
|