This commit is contained in:
2021-04-16 00:57:16 +03:00
parent 35c4ce6d24
commit f913752908
3 changed files with 254 additions and 1 deletions

13
Pipfile Normal file
View File

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