Add requirements.txt with essential dependencies for the project
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
.venv
|
||||
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.db
|
||||
*.sqlite
|
||||
.env
|
||||
*.log
|
||||
/uploads
|
||||
Reference in New Issue
Block a user