Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #1817 from tardyp/twisted
Browse files Browse the repository at this point in the history
synchronize the twisted dependancies with Autobahn
  • Loading branch information
Mikhail Sobolev committed Sep 22, 2015
2 parents d02b320 + b75e4b6 commit 9d57fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/setup.py
Expand Up @@ -388,7 +388,7 @@ def define_plugin_entries(groups):
else:
# dependencies
setup_args['install_requires'] = [
'twisted >= 11.0.0',
'twisted >= 12.1.0',
'Jinja2 >= 2.1',
'zope.interface >= 4.1.1', # required for tests, but Twisted requires this anyway
'future'
Expand Down

0 comments on commit 9d57fc6

Please sign in to comment.