-
- 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
requirements.txt
deleted
100644 → 0
Django>=1.11,<3.0 | |||
python3-saml | |||
# binary dependencies: | |||
# sudo apt install libxml2-dev libxslt1-dev xmlsec1 libxmlsec1-dev pkg-config |
Please register or sign in to comment