Merge pull request #45 from matrix-org/hotfixes-v0.6.1d
Hotfixes v0.6.1d
This commit is contained in:
commit
898835d924
3
setup.py
3
setup.py
|
@ -33,7 +33,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"syutil==0.0.2",
|
"syutil==0.0.2",
|
||||||
"matrix_angular_sdk>=0.6.1",
|
"matrix_angular_sdk>=0.6.1",
|
||||||
"Twisted>=14.0.0",
|
"Twisted==14.0.2",
|
||||||
"service_identity>=1.0.0",
|
"service_identity>=1.0.0",
|
||||||
"pyopenssl>=0.14",
|
"pyopenssl>=0.14",
|
||||||
"pyyaml",
|
"pyyaml",
|
||||||
|
@ -50,6 +50,7 @@ setup(
|
||||||
"https://github.com/matrix-org/matrix-angular-sdk/tarball/v0.6.1/#egg=matrix_angular_sdk-0.6.1",
|
"https://github.com/matrix-org/matrix-angular-sdk/tarball/v0.6.1/#egg=matrix_angular_sdk-0.6.1",
|
||||||
],
|
],
|
||||||
setup_requires=[
|
setup_requires=[
|
||||||
|
"Twisted==14.0.2",
|
||||||
"setuptools_trial",
|
"setuptools_trial",
|
||||||
"setuptools>=1.0.0", # Needs setuptools that supports git+ssh.
|
"setuptools>=1.0.0", # Needs setuptools that supports git+ssh.
|
||||||
# TODO: Do we need this now? we don't use git+ssh.
|
# TODO: Do we need this now? we don't use git+ssh.
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
""" This is a reference implementation of a synapse home server.
|
""" This is a reference implementation of a synapse home server.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.6.1c"
|
__version__ = "0.6.1d"
|
||||||
|
|
Loading…
Reference in New Issue