РАСКУРx2

This commit is contained in:
fox
2021-01-12 22:09:12 +03:00
parent e61828bfa7
commit 3b5e88055c
2 changed files with 166 additions and 0 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
python-dotenv = "*"
numpy = "*"
gunicorn = "*"
[dev-packages]