Add backend/requirements.txt
This commit is contained in:
parent
34998a5ef1
commit
7360859fe3
1 changed files with 6 additions and 0 deletions
6
backend/requirements.txt
Normal file
6
backend/requirements.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
fastapi==0.104.1
|
||||
uvicorn==0.24.0
|
||||
pydantic==2.5.0
|
||||
APScheduler==3.10.4
|
||||
python-dateutil==2.8.2
|
||||
aiofiles==23.2.1
|
||||
Reference in a new issue