chouchouvs commited on
Commit
73a463e
·
verified ·
1 Parent(s): 2e8cb50

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.112.2
2
+ uvicorn[standard]==0.30.5
3
+ requests==2.32.3
4
+ pydantic>=2.7
5
+ # dépendances métier (ajuste selon ton code)
6
+ pandas
7
+ openpyxl
8
+ # si ton parseur est un module local rfp_parser (in-repo), pas besoin de lister.