Commit Graph

60 Commits (b1605cdd23a37701c55906c9118e43b4d32ceb7f)

Author SHA1 Message Date
Amber Brown 32e7c9e7f2
Run Black. (#5482) 6 years ago
Amber Brown 09e9a26b71
Remove Python 2.7 support. (#5425) 6 years ago
Silke Hofstra a137f4eac0 Add systemd-python to optional dependencies (#4339) 6 years ago
Amber Brown c26f49a664
Make the dependencies more like a standard Python project and hook up the optional dependencies to setuptools (#4298) 6 years ago
Matthew Hodgson 058934b1cf uh, Matrix is called Matrix these days... 6 years ago
Richard van der Hoff e721a7f2c1 Implement a null 'test' command 8 years ago
Richard van der Hoff af32d3b773 Don't try to run tox from setup.py 8 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
Erik Johnston 227b77409f DEPENDENCY_LINKS was turned to a list 9 years ago
Mark Haines 06094591c5 Pass an empty list of arguments to tox if no arguments are given 9 years ago
Mark Haines fd246fde89 Install tox locally if it wasn't already installed when running setup.py test 9 years ago
Mark Haines 4f6fa981ec Make 'setup.py test' run tox 9 years ago
Mark Haines 2e31dd2ad3 Add tox.ini file for synapse 9 years ago
Mark Haines 21ac8be5f7 Depend on Twisted>=15.1 rather than pining to a particular version 9 years ago
Mark Haines 66da8f60d0 Bump the version of twisted needed for setup_requires to 15.2.1 10 years ago
Erik Johnston 119e5d7702 Seperate scripts/ into scripts/ and scripts-dev/, where scripts/* are automatically added to the package 10 years ago
David Baker 64cf1483e5 D'oh - setup.py used the dict directly: make it use the wrapper function. 10 years ago
Erik Johnston 7393c5ce4c Rename register script to 'register_new_matrix_user' 10 years ago
Erik Johnston bcfce93ccd Add 'register_new_user' script 10 years ago
Mark Haines eab141ee67 Rename path to path_segments to make it clearer that it is a list 10 years ago
Mark Haines a9684730ac Add the 'setup_requires' and allow easy_install since jenkins uses them 10 years ago
Mark Haines 7ed971d9b2 Single source version and python dependencies, prevent people accidentally installing with easy_install, use scripts rather than entry_points to install synctl 10 years ago
Erik Johnston 559a26b025 Pin the twisted version so that it doesn't pull in twisted 15. 10 years ago
Mark Haines 22c1ffb0a0 Add a media/v1/identicon resource for generating identicons using pydenticon 10 years ago
Mark Haines d3dd749044 Pin the version of Twisted to 14.0.2 since we are using some of its internals 10 years ago
Erik Johnston 83c31735d0 Use >= for version of webclient 10 years ago
Erik Johnston c934760014 Bump version of webclient pulled in. 10 years ago
David Baker 9ccfdfcd7c Add twisted to setup requires so it gets processed before setuptools_trial 10 years ago
Erik Johnston 88391bcdc3 Allow any greater version for webclient 10 years ago
Erik Johnston 0adf3e5445 Revert accidental bumping of angluar_sdk dep 10 years ago
David Baker bd03947c05 We do need Twisted 14, not 15: we use internal Twisted things that have been removed in 15. 10 years ago
Mark Haines 1e4a56c3a9 Bump web sdk version to 0.6.0 10 years ago
Mark Haines 63b0b946be point the entry_point for synapse-homeserver at the right method 10 years ago
Mark Haines 05e48c5d4b Add pillow to dependencies 10 years ago
Erik Johnston ce212eb83a Pull in latest matrix-angular_sdk 10 years ago
Erik Johnston 1c72e22c4f Pull in latest matrix-angular_sdk 10 years ago
Erik Johnston c1e66800a9 Begin fleshing out a new Event object 10 years ago
Erik Johnston 7cb21a24d4 Bump pinned version of pynacl pulled from github 10 years ago
Erik Johnston ad13f14432 Bump version numbers and change log 10 years ago
Mark Haines f3ee8d6322 Use tagged version of matrix-angular-sdk 10 years ago
Mark Haines 1b91c26409 Mark synapse as not zip-safe since it needs to be able to read schema files from the filesystem 10 years ago
Mark Haines 5d273a0c76 Remove syweb directory. pull in syweb as a dependency from github 10 years ago
Mark Haines e7c6d2c9d9 SYN-138: Rewrite synctl in python and include it in the python distribution 10 years ago
Mark Haines 3068210a93 SYN-112: Get pynacl from github instead of PyPI 10 years ago
Mark Haines 4a73c366fa exclude tests 10 years ago
Mark Haines b29517bd01 Add a request-id to each log line 10 years ago
Mark Haines 15be181642 Add log message if we can't enable ECC. Require pyopenssl>=0.14 since 0.13 doesn't seem to have ECC 10 years ago
Mark Haines 06a5a40e90 use a tagged version of syutil rather than master 10 years ago
Mark Haines f0382357ca Use https link to download syutil as not everyone has ssh access to github. 10 years ago
Erik Johnston 5356044b77 Bump syutil dependency 10 years ago