Refactor the resolver classes into a package and add one for dnspython. Fixes #580
Showing
... | @@ -15,6 +15,8 @@ coveralls>=1.0 | ... | @@ -15,6 +15,8 @@ coveralls>=1.0 |
# See version requirements in setup.py | # See version requirements in setup.py | ||
cffi | cffi | ||
futures | futures | ||
dnspython | |||
idna | |||
# Makes tests faster | # Makes tests faster | ||
psutil | psutil | ||
# For viewing README.rst (restview --long-description), | # For viewing README.rst (restview --long-description), | ||
... | ... |
src/gevent/ares.py
0 → 100644
src/gevent/resolver/ares.py
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment