Skip to content
Snippets Groups Projects
Commit 9ccfdfcd authored by David Baker's avatar David Baker
Browse files

Add twisted to setup requires so it gets processed before setuptools_trial

parent 166c2cd4
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ setup(
"https://github.com/matrix-org/matrix-angular-sdk/tarball/v0.6.0/#egg=matrix_angular_sdk-0.6.0",
],
setup_requires=[
"Twisted==14.0.2", # Here to override setuptools_trial's dependency on Twisted>=2.4.0
"setuptools_trial",
"setuptools>=1.0.0", # Needs setuptools that supports git+ssh.
# TODO: Do we need this now? we don't use git+ssh.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment