This commit is contained in:
2021-12-28 12:56:43 +01:00
commit ec7cb4ca57
9 changed files with 36463 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
pyobjc-core = "*"
pyobjc-framework-usernotifications = "*"
pyobjc-framework-cocoa = "*"
[dev-packages]
[requires]
python_version = "3.9"