Init commit

This commit is contained in:
2022-11-04 13:56:20 +13:00
commit 51d8ada1d8
4 changed files with 147 additions and 0 deletions

16
Pipfile Normal file
View File

@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
watchgod = "*"
startspimage = "*"
[dev-packages]
[requires]
python_version = "3.10"
[scripts]
app = "watchgod main.main"