mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-06-05 14:28:47 -04:00
Depend on Twisted>=15.1 rather than pining to a particular version
This commit is contained in:
parent
998a72d4d9
commit
21ac8be5f7
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -48,7 +48,7 @@ setup(
|
|||
description="Reference Synapse Home Server",
|
||||
install_requires=dependencies['requirements'](include_conditional=True).keys(),
|
||||
setup_requires=[
|
||||
"Twisted==15.2.1", # Here to override setuptools_trial's dependency on Twisted>=2.4.0
|
||||
"Twisted>=15.1.0", # Here to override setuptools_trial's dependency on Twisted>=2.4.0
|
||||
"setuptools_trial",
|
||||
"mock"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue