all 4 comments

[–]twigboy 0 points1 point  (1 child)

Use pip tools and create a separate dev requirements file.

[–]TMiguelT[S] 0 points1 point  (0 children)

That's effectively the same solution as my first suggestion. With or without using pip tools it's still a requirements file

[–]kankyo -2 points-1 points  (1 child)

Just use tox seems like the correct answer to me?

[–]TMiguelT[S] 1 point2 points  (0 children)

Can you explain how Tox manages different requirement sets?