Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfile:
python3 setup.py install
is deprecated
https://packaging.python.org/en/latest/discussions/setup-py-deprecated Let's try `pip install --editable .` instead. Also, `pip` now has a real dependency resolver to provide it all dependencies in a single command. Why not put `libmagic` and `urllib3` in `setup.py`'s `install_requires` list?
- Loading branch information