sonygod commited on
Commit
34a8b9f
·
1 Parent(s): cd55154
Files changed (3) hide show
  1. .gitignore +1 -1
  2. packages.txt +0 -0
  3. requirements.txt +7 -0
.gitignore CHANGED
@@ -1 +1 @@
1
- *.txt
 
1
+ *.json
packages.txt ADDED
File without changes
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ requests
4
+ python-multipart
5
+ pydantic
6
+ psutil
7
+ aiohttp>=3.8.0