Closed Fyssion closed 3 years ago
Thanks for doing this!
Unfortunately, pinning to exact versions in setup.py is generally discouraged. That TODO should have mentioned pinning to version ranges instead. Would you mind updating the requirements.txt file to have >=
symbols instead of ==
? I can merge after that.
Alright, I think I've done that 👍
Hi,
I noticed the requirements in
requirements.txt
and the install_requires insetup.py
don't match. This was causing some requirement issues when installing the lastest versions (5.0.0/5.1.0) from PyPI sinceasyncio-dgram
is missing from thesetup.py
install_requires.To fix this, I've changed
setup.py
to read from the requirements files.