samelias1 commited on
Commit
c14a582
·
verified ·
1 Parent(s): 379aa9a

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ fastapi>=0.95.0
2
+ uvicorn[standard]>=0.22.0
3
+ requests>=2.31.0
4
+ huggingface_hub>=0.16.4
5
+ pydantic>=1.10.7
6
+ tqdm>=4.65.0
7
+
8
+ # Optional / useful during development
9
+ # python-dotenv>=1.0.0 # if you want to load env vars from a .env file