diff options
author | mathieui <mathieui@mathieui.net> | 2017-11-20 20:46:01 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-11-20 20:46:01 +0100 |
commit | 6c00483ed89782db111d1cfa034986b6f32abe42 (patch) | |
tree | 48f541635c29f98309432b92d3a9b20f62618f10 | |
parent | 9874fd3faf518e163bfbd1fd7fbf0087f3e89d3a (diff) | |
download | poezio-6c00483ed89782db111d1cfa034986b6f32abe42.tar.gz poezio-6c00483ed89782db111d1cfa034986b6f32abe42.tar.bz2 poezio-6c00483ed89782db111d1cfa034986b6f32abe42.tar.xz poezio-6c00483ed89782db111d1cfa034986b6f32abe42.zip |
Don’t pin on very old aiodns and pycares versions
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 867b5220..62db5c1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ cython -e git+git://git.louiz.org/slixmpp#egg=slixmpp -aiodns==1.0 -pycares==1.0 +aiodns==1.1.1 +pycares==2.3.0 |