Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-29 | Use typing_extensions for TypedDict | mathieui | |
2018-11-14 | Also switch the potr plugin to https:// | Emmanuel Gil Peyrot | |
2018-11-14 | Update the slixmpp git URI to point to GitLab | Emmanuel Gil Peyrot | |
This also changes from git:// to https:// because many networks like to block non-standard (read non-HTTP) ports, especially in companies or universities. | |||
2018-10-07 | Don’t pin the cython version | mathieui | |
2018-03-31 | Partially revert a9008d38365c79deef74c3322b152dbedc193fd0, stop pinning slixmpp. | Emmanuel Gil Peyrot | |
2017-11-28 | Pin requirements and update dependencies | mathieui | |
2017-11-20 | Don’t pin on very old aiodns and pycares versions | mathieui | |
2015-09-14 | Require aiodns and pycares 1.0 | mathieui | |
2015-09-05 | Remove pygments from requirements.txt, and update doc | mathieui | |
Normal users don’t need pygments, and cython is slow to build | |||
2015-09-05 | Make the venv use system resources as well | mathieui | |
(workaround https://bugs.python.org/issue24875) and fix aiodns since the interface will change due to the new pycares version. | |||
2015-09-04 | Fix the pycares version for now | mathieui | |
1.0 was just released and it breaks the aiodns interface | |||
2015-06-22 | Add a requirement to cython | mathieui | |
(not technically *required* but gives a very nice speedup) | |||
2015-02-09 | Remove the setuptools from requirements.txt to avoid a setuptools bug | mathieui | |
setuptools has slightly backwards (or forward)-incompatible changes when you update its version while still having libs installed with the old one. We only support python 3.4, which means the virtualenv comes with setuptools and pip already, so we don’t require to reinstall it. At worse, people will have to read the setup.py error message. | |||
2014-12-07 | Add pygments to the requirements | mathieui | |
2014-11-02 | Split the requirements.txt in two (poezio/plugins) | mathieui | |
2014-11-02 | Update the requirements.tx | mathieui | |
2014-10-28 | Fix the requirements.txt (don’t install potr in editable mode) | mathieui | |
2014-10-27 | Mention that setuptools is kind of mandatory | mathieui | |
2014-02-12 | Change requirements to update versions | mathieui | |
-stable sleekxmpp -new dnspython -new sphinx | |||
2013-08-04 | Rewrite the OTR plugin to use pure-python-otr | mathieui | |
2013-05-11 | Update the documentation | mathieui | |
(do not encourage people to copy the plugins) | |||
2013-05-11 | Add a requirements.txt file (for pip/virtualenv) | mathieui | |