This commit is contained in:
2018-11-12 15:50:56 +04:00
commit d288cf4f9e
45 changed files with 2274 additions and 0 deletions

17
Pipfile Normal file
View File

@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
django-rq = "*"
numpy = "*"
pulp = "*"
pandas = "*"
xlsxwriter = "*"
[dev-packages]
[requires]
python_version = "3.7"