-
- Downloads
Removes requirements.txt and no longer auto-parses requirements in setup.py
This is because pip version >= 10 no longer supports use of "parse_requirements". Instead you can use the packaging library. Further info in this issue in the pip repo: https://github.com/pypa/pip/issues/5248
Loading
Please register or sign in to comment