Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |