summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-09-05 01:46:25 +0200
committermathieui <mathieui@mathieui.net>2015-09-05 01:46:25 +0200
commit788b0cc36bc2b7803c63b99c38251d01623130fb (patch)
tree6edfc2de4ead91182ff1213487e55ffb92789a5a /requirements.txt
parent1861174b1e9f3a53fac7ec5deda83b696f2c7b2a (diff)
downloadpoezio-788b0cc36bc2b7803c63b99c38251d01623130fb.tar.gz
poezio-788b0cc36bc2b7803c63b99c38251d01623130fb.tar.bz2
poezio-788b0cc36bc2b7803c63b99c38251d01623130fb.tar.xz
poezio-788b0cc36bc2b7803c63b99c38251d01623130fb.zip
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.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 6b2a0903..91b1ba01 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
cython
-e git+git://git.louiz.org/slixmpp#egg=slixmpp
-aiodns
+aiodns==0.3.2
pycares==0.7
pygments