From 788b0cc36bc2b7803c63b99c38251d01623130fb Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 5 Sep 2015 01:46:25 +0200 Subject: 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. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') 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 -- cgit v1.2.3