Hansimov commited on
Commit
866f8da
1 Parent(s): c6017a8

:pencil: [Configs] add .gitignore and requirements.txt

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. __init__.py +0 -0
  3. requirements.txt +6 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ __pycache__
__init__.py ADDED
File without changes
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ fastapi
2
+ pydantic
3
+ Requests
4
+ tclogger
5
+ tqdm
6
+ uvicorn