aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index cff9984b..0e41539a 100644
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,7 @@ setup(
"kaitaistruct>=0.6, <0.7",
"Pillow>=3.2, <4.1",
"passlib>=1.6.5, <1.8",
- "pyasn1>=0.1.9, <0.2",
+ "pyasn1>=0.1.9, <0.3",
"pyOpenSSL>=16.0, <17.0",
"pyparsing>=2.1.3, <2.2",
"pyperclip>=1.5.22, <1.6",
@@ -97,8 +97,8 @@ setup(
],
'dev': [
"Flask>=0.10.1, <0.13",
- "flake8>=3.2.1, <3.3",
- "mypy-lang>=0.4.6, <0.5",
+ "flake8>=3.2.1, <3.4",
+ "mypy>=0.471, <0.480",
"rstcheck>=2.2, <4.0",
"tox>=2.3, <3",
"pytest>=3, <3.1",
@@ -112,7 +112,7 @@ setup(
"sphinx_rtd_theme>=0.1.9, <0.2",
],
'contentviews': [
- "protobuf>=3.1.0, <3.2",
+ "protobuf>=3.1.0, <3.3",
# TODO: Find Python 3 replacement
# "pyamf>=0.8.0, <0.9",
],