Initall commot

This commit is contained in:
2021-02-02 14:32:46 +13:00
parent b876e8c606
commit fafaab3ae2
4 changed files with 411 additions and 1 deletions

19
Pipfile Normal file
View File

@@ -0,0 +1,19 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
watchgod = "*"
aiohttp = "*"
pyjwt = {extras = ["crypto"], version = "*"}
aiohttp-tokenauth = "*"
rsa = "*"
[dev-packages]
[requires]
python_version = "3.8"
[scripts]
server = "watchgod server.main"