nbroad commited on
Commit
41bdf81
·
verified ·
1 Parent(s): e9b6fb2

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
+ jinja2==3.1.2
4
+ python-multipart==0.0.6
5
+ requests==2.31.0
6
+ beautifulsoup4==4.12.2
7
+ aiohttp==3.9.1
8
+ datasets==3.4.1
9
+ huggingface_hub==0.33.0
10
+ python-dotenv==1.0.0
11
+ pandas==2.1.4