minor fixes

This commit is contained in:
JNadeu 2019-12-17 22:30:29 +01:00
parent 4bdf9502d6
commit d6f5b78407
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -106,6 +106,8 @@ ENV/
# Other
.idea/
.vscode/
.DS_Store
/app.py
.vscode/settings.json

View File

@ -32,3 +32,4 @@ flask-weasyprint==0.5
weasyprint==44
psycopg2-binary==2.8.3
sortedcontainers==2.1.0
tqdm==4.32.2