kopia lustrzana https://github.com/jupyterhub/repo2docker
Add notes about updating the pipfile and requirements
rodzic
f6a163ce9f
commit
cfee44c43b
9
Pipfile
9
Pipfile
|
@ -1,8 +1,15 @@
|
||||||
|
# Note that there is a devrequirements.txt file in this project, if you are
|
||||||
|
# updating this Pipfile make sure to update the devrequirements.txt accordingly
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
pyyaml="*"
|
|
||||||
pytest="*"
|
pytest="*"
|
||||||
wheel="*"
|
wheel="*"
|
||||||
pytest-cov="*"
|
pytest-cov="*"
|
||||||
|
PyYAML = "*"
|
||||||
|
recommonmark = "*"
|
||||||
|
alabaster = "*"
|
||||||
|
Sphinx = ">=1.4,!=1.5.4"
|
||||||
|
alabaster_jupyterhub = "*"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
repo2docker = {path=".", editable=true}
|
repo2docker = {path=".", editable=true}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
pyyaml
|
# Note that there is also a Pipfile for this project if you are updating this
|
||||||
|
# file do not forget to update thr Pipfile accordingly
|
||||||
pytest
|
pytest
|
||||||
wheel
|
wheel
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
|
Ładowanie…
Reference in New Issue