diff options
author | mathieui <mathieui@mathieui.net> | 2015-09-04 01:46:54 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-09-04 01:46:54 +0200 |
commit | 1861174b1e9f3a53fac7ec5deda83b696f2c7b2a (patch) | |
tree | 70dd50f0b26a122b9102c180929b239980c7af2b | |
parent | 40f6adb120db706d429fa34fdfeb48042efc0836 (diff) | |
download | poezio-1861174b1e9f3a53fac7ec5deda83b696f2c7b2a.tar.gz poezio-1861174b1e9f3a53fac7ec5deda83b696f2c7b2a.tar.bz2 poezio-1861174b1e9f3a53fac7ec5deda83b696f2c7b2a.tar.xz poezio-1861174b1e9f3a53fac7ec5deda83b696f2c7b2a.zip |
Fix the pycares version for now
1.0 was just released and it breaks the aiodns interface
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 2f951ac7..6b2a0903 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ cython -e git+git://git.louiz.org/slixmpp#egg=slixmpp aiodns +pycares==0.7 pygments |