refactor: moved from github

This commit is contained in:
matt1432 2023-03-08 14:38:17 -05:00
commit 0e6767ab8a
18 changed files with 1106 additions and 0 deletions
updater

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"