minor fixes
This commit is contained in:
parent
4bdf9502d6
commit
d6f5b78407
|
@ -106,6 +106,8 @@ ENV/
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
.idea/
|
.idea/
|
||||||
|
.vscode/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/app.py
|
/app.py
|
||||||
|
|
||||||
|
.vscode/settings.json
|
||||||
|
|
|
@ -32,3 +32,4 @@ flask-weasyprint==0.5
|
||||||
weasyprint==44
|
weasyprint==44
|
||||||
psycopg2-binary==2.8.3
|
psycopg2-binary==2.8.3
|
||||||
sortedcontainers==2.1.0
|
sortedcontainers==2.1.0
|
||||||
|
tqdm==4.32.2
|
||||||
|
|
Reference in New Issue