Add Pipfiles
This commit is contained in:
parent
4436a01d0a
commit
b3c06132e7
2 changed files with 614 additions and 0 deletions
20
Pipfile
Normal file
20
Pipfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue