Commit graph

22 commits

Author SHA1 Message Date
mathieui
b2c846f959 Use typing_extensions for TypedDict 2021-01-29 10:25:00 +01:00
Emmanuel Gil Peyrot
ce729114bc Also switch the potr plugin to https:// 2018-11-14 19:57:15 +01:00
Emmanuel Gil Peyrot
a9ef1b5fb6 Update the slixmpp git URI to point to GitLab
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-11-14 19:54:25 +01:00
mathieui
e6fe7c9afb
Don’t pin the cython version 2018-10-07 23:16:48 +02:00
Emmanuel Gil Peyrot
009305b179 Partially revert a9008d3836, stop pinning slixmpp. 2018-03-31 11:37:09 +02:00
mathieui
a9008d3836
Pin requirements and update dependencies 2017-11-28 20:41:49 +01:00
mathieui
6c00483ed8
Don’t pin on very old aiodns and pycares versions 2017-11-20 20:46:01 +01:00
mathieui
e1c0e3716b
Require aiodns and pycares 1.0 2015-09-14 23:17:17 +02:00
mathieui
706c39664b
Remove pygments from requirements.txt, and update doc
Normal users don’t need pygments, and cython is slow to build
2015-09-05 14:12:01 +02:00
mathieui
788b0cc36b
Make the venv use system resources as well
(workaround  https://bugs.python.org/issue24875)
and fix aiodns since the interface will change due to the new pycares
version.
2015-09-05 01:46:25 +02:00
mathieui
1861174b1e
Fix the pycares version for now
1.0 was just released and it breaks the aiodns interface
2015-09-04 01:46:54 +02:00
mathieui
22e2ba444e
Add a requirement to cython
(not technically *required* but gives a very nice speedup)
2015-06-22 23:58:24 +02:00
mathieui
0e29714c95
Remove the setuptools from requirements.txt to avoid a setuptools bug
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.
2015-02-09 22:39:08 +01:00
mathieui
7903e2440f
Add pygments to the requirements 2014-12-07 22:39:09 +01:00
mathieui
5ef948270b
Split the requirements.txt in two (poezio/plugins) 2014-11-02 19:11:31 +01:00
mathieui
bb582d2446
Update the requirements.tx 2014-11-02 17:57:39 +01:00
mathieui
d3f9a2f3c4
Fix the requirements.txt (don’t install potr in editable mode) 2014-10-28 16:35:50 +01:00
mathieui
f55ac9edbf
Mention that setuptools is kind of mandatory 2014-10-27 19:16:32 +01:00
mathieui
0cfdffe163 Change requirements to update versions
-stable sleekxmpp
-new dnspython
-new sphinx
2014-02-12 23:18:59 +01:00
mathieui
a8762b4746 Rewrite the OTR plugin to use pure-python-otr 2013-08-04 15:30:03 +02:00
mathieui
1a349efeb1 Update the documentation
(do not encourage people to copy the plugins)
2013-05-11 18:38:12 +02:00
mathieui
465b46b565 Add a requirements.txt file (for pip/virtualenv) 2013-05-11 00:58:30 +02:00