1
0
Fork 0

Add Pipfiles

This commit is contained in:
Alexander Hess 2018-08-25 19:39:45 +02:00
commit b3c06132e7
2 changed files with 614 additions and 0 deletions

20
Pipfile Normal file
View file

@ -0,0 +1,20 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pandas = "*"
jupyter = "*"
watermark = "*"
savreaderwriter = "*"
[dev-packages]
black = "*"
blackcellmagic = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true