This commit is contained in:
2019-03-11 12:36:02 +04:00
commit 220c777786
12 changed files with 711 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]
numpy = "*"
jsonpickle = "*"
[dev-packages]
[requires]
python_version = "3.7"