CI cleanup and improvements.

Removes the building of installers from the repo, they can now be built elsewhere,
on demand, as their building is no longer tied to the Dockerfile
This commit is contained in:
Trenton H
2023-04-27 09:05:28 -07:00
parent 2574faae05
commit 08c21c3db4
17 changed files with 112 additions and 1223 deletions

View File

@@ -25,7 +25,7 @@ gunicorn = "*"
imap-tools = "*"
langdetect = "*"
pathvalidate = "*"
pillow = "~=9.4"
pillow = "*"
pikepdf = "*"
python-gnupg = "*"
python-dotenv = "*"