git reimport

This commit is contained in:
2019-03-15 13:53:39 +04:00
commit 226324cf52
3 changed files with 221 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]
numpy = "*"
[dev-packages]
[requires]
python_version = "3.7"