Merge branch 'develop' into client_v2_sync

Conflicts:
	synapse/rest/client/v2_alpha/__init__.py
This commit is contained in:
Mark Haines 2015-01-26 13:14:59 +00:00
commit 14ff33bd93
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@ -35,3 +35,9 @@ uploads
.idea/
media_store/
*.tac
build/
localhost-800*/

View File

@ -5,7 +5,7 @@ logger = logging.getLogger(__name__)
REQUIREMENTS = {
"syutil==0.0.2": ["syutil"],
"matrix_angular_sdk==0.6.0": ["syweb==0.6.0"],
"matrix_angular_sdk==0.6.0": ["syweb>=0.6.0"],
"Twisted>=14.0.0": ["twisted>=14.0.0"],
"service_identity>=1.0.0": ["service_identity>=1.0.0"],
"pyopenssl>=0.14": ["OpenSSL>=0.14"],