Add Pipfiles

This commit is contained in:
Alexander Hess 2018-08-29 02:35:02 +02:00
commit 00600fe41c
2 changed files with 772 additions and 0 deletions

25
Pipfile Normal file
View file

@ -0,0 +1,25 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jupyter = "*"
watermark = "*"
numpy = "*"
pandas = "*"
xlrd = "*"
xlwt = "*"
tabulate = "*"
requests = "*"
[dev-packages]
black = "*"
blackcellmagic = "*"
pylint = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true