kopia lustrzana https://github.com/jupyterhub/repo2docker
20 wiersze
548 B
TOML
20 wiersze
548 B
TOML
# 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
|
|
|
|
[dev-packages]
|
|
pytest=">=4.6"
|
|
wheel="*"
|
|
pytest-cov="*"
|
|
PyYAML = "*"
|
|
recommonmark = "*"
|
|
alabaster = "*"
|
|
Sphinx = ">=1.4,!=1.5.4"
|
|
alabaster_jupyterhub = "*"
|
|
sphinxcontrib-autoprogram = "*"
|
|
mercurial = {version = ">=5.2", markers="python_version > '3.5'"}
|
|
hg-evolve = {version = ">=10.0", markers="python_version > '3.5'"}
|
|
|
|
[packages]
|
|
repo2docker = {path=".", editable=true}
|