diff options
author | mathieui <mathieui@mathieui.net> | 2015-06-22 23:58:24 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-06-22 23:58:24 +0200 |
commit | 22e2ba444e955d8f34170433f293f65f850419d0 (patch) | |
tree | 23734c25b978c24527af16467da19e3448bc695e | |
parent | c9aa439bbb953a59aa3387314e008f4f755ae61b (diff) | |
download | poezio-22e2ba444e955d8f34170433f293f65f850419d0.tar.gz poezio-22e2ba444e955d8f34170433f293f65f850419d0.tar.bz2 poezio-22e2ba444e955d8f34170433f293f65f850419d0.tar.xz poezio-22e2ba444e955d8f34170433f293f65f850419d0.zip |
Add a requirement to cython
(not technically *required* but gives a very nice speedup)
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index a8d93c94..2f951ac7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +cython -e git+git://git.louiz.org/slixmpp#egg=slixmpp aiodns pygments |