From cfee44c43b8a7e4eefaf4e2c0fad562585205326 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Sun, 11 Nov 2018 11:11:44 +0000 Subject: [PATCH] Add notes about updating the pipfile and requirements --- Pipfile | 9 ++++++++- dev-requirements.txt | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 42668415..d5aa1ca5 100644 --- a/Pipfile +++ b/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] -pyyaml="*" pytest="*" wheel="*" pytest-cov="*" +PyYAML = "*" +recommonmark = "*" +alabaster = "*" +Sphinx = ">=1.4,!=1.5.4" +alabaster_jupyterhub = "*" [packages] repo2docker = {path=".", editable=true} diff --git a/dev-requirements.txt b/dev-requirements.txt index e38fe6fc..28caf71e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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