This commit is contained in:
2019-03-20 01:11:31 +04:00
commit a8c4573152
8 changed files with 413 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 = "*"
pytest = "*"
[dev-packages]
[requires]
python_version = "3.7"