update requirements
This commit is contained in:
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
# This file has been auto-generated.
|
# This file has been auto-generated.
|
||||||
# All changes will be lost, see Projectfile.
|
# All changes will be lost, see Projectfile.
|
||||||
#
|
#
|
||||||
# Updated at 2016-12-09 05:04:48.163360
|
# Updated at 2016-12-09 05:11:13.084703
|
||||||
|
|
||||||
PYTHON ?= $(shell which python)
|
PYTHON ?= $(shell which python)
|
||||||
PYTHON_BASENAME ?= $(shell basename $(PYTHON))
|
PYTHON_BASENAME ?= $(shell basename $(PYTHON))
|
||||||
|
|||||||
@ -20,13 +20,14 @@ enable_features = {
|
|||||||
|
|
||||||
extras_require = {
|
extras_require = {
|
||||||
'dev': [
|
'dev': [
|
||||||
'coverage >=4.0,<4.2',
|
'coverage >=4.2,<4.3',
|
||||||
'mock >=2.0,<2.1',
|
'mock >=2.0,<2.1',
|
||||||
'nose >=1.3,<1.4',
|
'nose >=1.3,<1.4',
|
||||||
'pylint >=1.6,<1.7',
|
'pylint >=1.6,<1.7',
|
||||||
'pytest >=2.9,<2.10',
|
'pytest >=3,<4',
|
||||||
'pytest-cov >=2.3,<2.4',
|
'pytest-cov >=2.4,<2.5',
|
||||||
'sphinx',
|
'sphinx',
|
||||||
'sphinx_rtd_theme',
|
'sphinx_rtd_theme',
|
||||||
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
6
setup.py
6
setup.py
@ -25,12 +25,12 @@ setup(
|
|||||||
classifiers = read('classifiers.txt', tolines),
|
classifiers = read('classifiers.txt', tolines),
|
||||||
packages = find_packages(exclude=['ez_setup', 'example', 'test']),
|
packages = find_packages(exclude=['ez_setup', 'example', 'test']),
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
extras_require = {'dev': ['coverage >=4.0,<4.2',
|
extras_require = {'dev': ['coverage >=4.2,<4.3',
|
||||||
'mock >=2.0,<2.1',
|
'mock >=2.0,<2.1',
|
||||||
'nose >=1.3,<1.4',
|
'nose >=1.3,<1.4',
|
||||||
'pylint >=1.6,<1.7',
|
'pylint >=1.6,<1.7',
|
||||||
'pytest >=2.9,<2.10',
|
'pytest >=3,<4',
|
||||||
'pytest-cov >=2.3,<2.4',
|
'pytest-cov >=2.4,<2.5',
|
||||||
'sphinx',
|
'sphinx',
|
||||||
'sphinx_rtd_theme']},
|
'sphinx_rtd_theme']},
|
||||||
url = '',
|
url = '',
|
||||||
|
|||||||
Reference in New Issue
Block a user