Skip to content

Commit

Permalink
Pin the version of Twisted to 14.0.2 since we are using some of its i…
Browse files Browse the repository at this point in the history
…nternals
  • Loading branch information
Mark Haines committed Feb 2, 2015
1 parent c3979b2 commit d3dd749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read(fname):
install_requires=[
"syutil==0.0.2",
"matrix_angular_sdk>=0.6.1",
"Twisted>=14.0.0",
"Twisted==14.0.2",
"service_identity>=1.0.0",
"pyopenssl>=0.14",
"pyyaml",
Expand All @@ -50,6 +50,7 @@ def read(fname):
"https://github.com/matrix-org/matrix-angular-sdk/tarball/v0.6.1/#egg=matrix_angular_sdk-0.6.1",
],
setup_requires=[
"Twisted==14.0.2",
"setuptools_trial",
"setuptools>=1.0.0", # Needs setuptools that supports git+ssh.
# TODO: Do we need this now? we don't use git+ssh.
Expand Down

0 comments on commit d3dd749

Please sign in to comment.