implement automatic updater

This commit is contained in:
Philip Nagler-Frank
2022-02-18 13:28:46 +01:00
parent bedeb38f89
commit b5b22c7123
14 changed files with 243 additions and 0 deletions

12
updater/Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests-cache = "==0.9.1"
[dev-packages]
[requires]
python_version = "3.9"