1
0
Fork 0
tidy-data/Pipfile

24 lines
335 B
Text
Raw Normal View History

2018-08-25 19:39:45 +02:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pandas = "*"
jupyter = "*"
watermark = "*"
savreaderwriter = "*"
2018-08-27 11:48:50 +02:00
"rpy2" = "==2.8.*"
matplotlib = "*"
seaborn = "*"
sklearn = "*"
2018-08-25 19:39:45 +02:00
[dev-packages]
black = "*"
blackcellmagic = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true