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