nameko
nameko copied to clipboard
Remove dependency of dnspython<2
This was bothering me because this restriction is overly specific. Nowadays you want (or have) to install a much newer version of dnspython
which conflicts with this restriction.
Tested it in my private projects with dnspython==2.4.0
and newer for some months now, created and built a separate version which is not reflected in this pull request.