From e09951ce62b58c330976ea5e36f14c2c98ffbd68 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Sat, 25 Nov 2017 16:27:31 +0100 Subject: [PATCH] Unfreeze development requirements --- requirements-dev.in | 14 ------------- requirements-dev.txt | 48 +++++++++++++------------------------------- 2 files changed, 14 insertions(+), 48 deletions(-) delete mode 100644 requirements-dev.in diff --git a/requirements-dev.in b/requirements-dev.in deleted file mode 100644 index 7ed7126..0000000 --- a/requirements-dev.in +++ /dev/null @@ -1,14 +0,0 @@ -coverage -django-appconf -flake8 -pep8-naming -mccabe -isort -pydocstyle -pytest -pytest-django -selenium -sphinx -sphinxcontrib-spelling -pyenchant -django-redis \ No newline at end of file diff --git a/requirements-dev.txt b/requirements-dev.txt index 854247b..caaff9d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,34 +1,14 @@ -# -# This file is autogenerated by pip-compile -# To update, run: -# -# pip-compile --output-file requirements-dev.txt requirements-dev.in -# -alabaster==0.7.10 # via sphinx -babel==2.5.1 # via sphinx -coverage==4.4.2 -django-appconf==1.0.2 -django-redis==4.8.0 -docutils==0.14 # via sphinx -flake8==3.5.0 -isort==4.2.15 -jinja2==2.10 # via sphinx -markupsafe==1.0 # via jinja2 -mccabe==0.6.1 -pydocstyle==2.1.1 -pep8-naming==0.4.1 -pep8==1.7.1 # via flake8 -py==1.4.34 # via pytest -pyenchant==1.6.11 -pyflakes==1.6.0 # via flake8 -pygments==2.2.0 # via sphinx -pytest-django==3.1.2 -pytest==3.2.3 -pytz==2017.3 # via babel -redis==2.10.6 # via django-redis -selenium==3.7.0 -six==1.11.0 # via django-appconf, sphinx, sphinxcontrib-spelling -snowballstemmer==1.2.1 # via sphinx -sphinx-rtd-theme==0.2.4 # via sphinx -sphinx==1.6.5 -sphinxcontrib-spelling==4.0.1 +coverage +django-appconf +flake8 +pep8-naming +mccabe +isort +pydocstyle +pytest +pytest-django +selenium +sphinx +sphinxcontrib-spelling +pyenchant +django-redis