Optimize requirements (#35)

This commit is contained in:
Cristi Vîjdea
2018-01-03 23:11:27 +01:00
committed by GitHub
parent 917ccd1f56
commit 15c67891c6
10 changed files with 23 additions and 18 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
# requirements for CI test suite
-r dev.txt
# requirements for the CI test runner
tox-travis>=0.10
codecov>=2.0.9
-r tox.txt
+3 -6
View File
@@ -1,7 +1,4 @@
# requirements for local development
tox>=2.9.1
tox-battery>=0.5
detox>=0.11
# requirements for local development to be installed via pip install -r requirements/dev.txt
-r tox.txt
-r test.txt
-r lint.txt
-r setup.txt
+6 -5
View File
@@ -1,7 +1,8 @@
Sphinx==1.6.5
sphinx_rtd_theme==0.2.4
Pillow==4.3.0
readme_renderer==17.2
# used by the 'docs' tox env for building the documentation
Sphinx>=1.6.5
sphinx_rtd_theme>=0.2.4
Pillow>=4.3.0
readme_renderer>=17.2
Django==2.0
Django>=2.0,<2.1
djangorestframework_camel_case>=0.2.0
+1
View File
@@ -1,3 +1,4 @@
# used by the 'lint' tox env for linting via flake8
isort>=4.2
flake8>=3.5.0
flake8-isort>=2.3
+1 -1
View File
@@ -1,4 +1,4 @@
# requirements for building the distributable package
# needed to build the package setup_requires in setup.py
# do not unpin this (see setup.py)
setuptools_scm==1.15.6
+1 -1
View File
@@ -1,4 +1,4 @@
# pytest runner + plugins
# requirements for running the tests via pytest
pytest>=2.9
pytest-pythonpath>=0.7.1
pytest-cov>=2.5.1
+6
View File
@@ -0,0 +1,6 @@
# requirements for building and running tox
tox>=2.9.1
tox-battery>=0.5
detox>=0.11
-r setup.txt