Add notes about updating the pipfile and requirements

pull/447/head
Tania Allard 2018-11-11 11:11:44 +00:00
rodzic f6a163ce9f
commit cfee44c43b
2 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -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]
pyyaml="*"
pytest="*"
wheel="*"
pytest-cov="*"
PyYAML = "*"
recommonmark = "*"
alabaster = "*"
Sphinx = ">=1.4,!=1.5.4"
alabaster_jupyterhub = "*"
[packages]
repo2docker = {path=".", editable=true}

Wyświetl plik

@ -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
wheel
pytest-cov