KR

Results 31 comments of KR

Adding on to this, the current `requirements.txt` should be changed to something like `test_requirements.txt`. Standard Python codebases usually reserve `requirements.txt` (or, use the fields inside the `pyproject.toml`) to specify the...