aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index e8aea2d6..2c013f0c 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ setup(
# It is not considered best practice to use install_requires to pin dependencies to specific versions.
install_requires=[
"blinker>=1.4, <1.5",
- "click>=6.2, <7.0",
+ "click>=6.2, <7",
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
"construct>=2.8, <2.9",
"cryptography>=1.3, <1.7",
@@ -71,7 +71,6 @@ setup(
"html2text>=2016.1.8, <=2016.9.19",
"hyperframe>=4.0.1, <5",
"jsbeautifier>=1.6.3, <1.7",
- "lxml>=3.5.0, <=3.6.0", # no wheels for 3.6.1 yet.
"Pillow>=3.2, <3.5",
"passlib>=1.6.5, <1.8",
"pyasn1>=0.1.9, <0.2",
@@ -96,8 +95,8 @@ setup(
':sys_platform != "win32"': [
],
'dev': [
- "flake8>=2.6.2, <3.3",
- "mypy-lang>=0.4.5, <0.5",
+ "flake8>=3.2.1, <3.3",
+ "mypy-lang>=0.4.6, <0.5",
"rstcheck>=2.2, <3.0",
"tox>=2.3, <3",
"mock>=2.0, <2.1",
@@ -106,9 +105,10 @@ setup(
"pytest-timeout>=1.0.0, <2",
"pytest-xdist>=1.14, <2",
"pytest-faulthandler>=1.3.0, <2",
- "sphinx>=1.3.5, <1.5",
+ "sphinx>=1.3.5, <1.6",
"sphinx-autobuild>=0.5.2, <0.7",
"sphinxcontrib-documentedlist>=0.4.0, <0.5",
+ "docutils==0.12", # temporary pin, https://github.com/chintal/sphinxcontrib-documentedlist/pull/3
"sphinx_rtd_theme>=0.1.9, <0.2",
],
'contentviews': [
@@ -118,7 +118,7 @@ setup(
],
'examples': [
"beautifulsoup4>=4.4.1, <4.6",
- "pytz>=2015.07.0, <=2016.7",
+ "pytz>=2015.07.0, <=2016.10",
]
}
)