alessandro trinca tornidor commited on
Commit
6ba5906
·
1 Parent(s): 60f1e93

ci: add an option for install the project dependencies with plain requirements*.txt files

Browse files
requirements-test.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ pytest==8.3.5
2
+ pytest-cov==6.1.1
requirements-webserver.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ asgi-correlation-id==4.3.4
2
+ fastapi==0.115.12
3
+ uvicorn==0.34.2
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ nltk==3.9.1
2
+ python-dotenv==1.1.0
3
+ structlog==25.2.0