Initall commit

This commit is contained in:
2021-02-09 14:34:26 +13:00
commit 23106a9c6a
5 changed files with 339 additions and 0 deletions

18
Pipfile Normal file
View File

@@ -0,0 +1,18 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "*"
aiohttp-basicauth = "*"
bcrypt = "*"
[dev-packages]
watchgod = "*"
[requires]
python_version = "3.8"
[scripts]
server = "watchgod main.server"