We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b16c1 commit 46ade95Copy full SHA for 46ade95
setup.py
@@ -36,6 +36,7 @@
36
'rocket-errbot',
37
'requests',
38
'jinja2',
39
+ 'cryptography<2.1.0', # cryptography dropped Python 3.3 compat.
40
'pyOpenSSL<17.3.0', # pyOpenSSL dropped Python 3.3 compat.
41
'colorlog',
42
'yapsy>=1.11', # new contract for plugin instantiation
0 commit comments