Remove requirements-frozen.txt
We can bump requirements as much as we want using bump-bot, it won't be of any use if we do not use them. setup.py
currently uses requirements-frozen.txt
and not requirements.txt
.
This will cause a problem in pip 20.3 since the frozen requirements cause a lot of conflicts.
Edited by Erwan Rouchet