Compare commits

...

2 Commits

Author SHA1 Message Date
Ceda EI d7015c186e Add requirements.txt 2020-12-21 02:10:21 +05:30
Ceda EI 541dea9b86 Update gitignore 2020-12-21 02:09:41 +05:30
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -129,3 +129,4 @@ dmypy.json
# Pyre type checker
.pyre/
config.py

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
Flask>=1.1
Flask-SocketIO>=5.0