kacapower commited on
Commit
f665c79
·
verified ·
1 Parent(s): 01b08af

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ sqlalchemy
4
+ apscheduler
5
+ huggingface-hub
6
+ pydantic
7
+ passlib[bcrypt]