update .gitignore for database, update requirements.txt for webcolors

This commit is contained in:
Xevion
2021-01-21 12:00:31 -06:00
parent 4c3870ae70
commit 25b1f9f92a
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
# Repository specific
.idea
messages.db
# Byte-compiled / optimized / DLL files
__pycache__/

View File

@@ -1 +1,2 @@
pyqt5-tools~=5.15
webcolors~=1.11.1