Initial commit

This commit is contained in:
Dmitry Belyaev 2020-07-02 16:50:26 +03:00
commit e8530a4186
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
2 changed files with 12 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# ide
.vscode/
# virtualenv
venv/
# cache
*.pyc
__pycache__/

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
Flask==1.1.2
Flask-WTF==0.14.3