2018-11-11 16:01:31 +00:00
|
|
|
# Note that there are a dev-requirements.txt and a docs/doc-requirements.txt
|
|
|
|
# files in this project, if you are updating this Pipfile make sure to
|
|
|
|
# update these accordingly
|
2018-11-11 11:11:44 +00:00
|
|
|
|
2018-10-18 17:31:12 +00:00
|
|
|
[dev-packages]
|
2019-01-08 18:36:26 +00:00
|
|
|
pytest=">=3.6"
|
2018-10-18 17:31:12 +00:00
|
|
|
wheel="*"
|
|
|
|
pytest-cov="*"
|
2018-11-11 11:11:44 +00:00
|
|
|
PyYAML = "*"
|
|
|
|
recommonmark = "*"
|
|
|
|
alabaster = "*"
|
|
|
|
Sphinx = ">=1.4,!=1.5.4"
|
|
|
|
alabaster_jupyterhub = "*"
|
2018-12-17 22:04:47 +00:00
|
|
|
sphinxcontrib-autoprogram = "*"
|
2018-10-18 17:31:12 +00:00
|
|
|
|
|
|
|
[packages]
|
|
|
|
repo2docker = {path=".", editable=true}
|