aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index a430d31a..c0ad7489 100644
--- a/setup.py
+++ b/setup.py
@@ -110,8 +110,9 @@ setup(
],
'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",