This commit is contained in:
ge
2023-04-26 16:22:48 +03:00
commit 21e3ae3b1c
5 changed files with 169 additions and 0 deletions

13
Pipfile Normal file
View File

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