aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index a430d31a..991efa15 100644
--- a/setup.py
+++ b/setup.py
@@ -105,13 +105,14 @@ setup(
"pytest-xdist>=1.14, <1.15",
"sphinx>=1.3.5, <1.5",
"sphinx-autobuild>=0.5.2, <0.7",
- "sphinxcontrib-documentedlist>=0.3.0, <0.4",
+ "sphinxcontrib-documentedlist>=0.4.0, <0.5",
"sphinx_rtd_theme>=0.1.9, <0.2",
],
'contentviews': [
"cssutils>=1.0.1, <1.1",
- "protobuf>=2.6.1, <2.7",
- "pyamf>=0.8.0, <0.9",
+ # TODO: Find Python 3 replacements
+ # "protobuf>=2.6.1, <2.7",
+ # "pyamf>=0.8.0, <0.9",
],
'examples': [
"beautifulsoup4>=4.4.1, <4.5",