initial commit

This commit is contained in:
Brendan Haines 2024-09-13 19:01:14 -06:00
commit 66e0ef1a51
2 changed files with 14 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.venv

13
Pipfile Normal file
View File

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
gotify = "*"
click = "*"
[dev-packages]
[requires]
python_version = "3.11"