helper_scripts icon indicating copy to clipboard operation
helper_scripts copied to clipboard

separate requirements.txt out into dev requirements vs actual package requirements

Open conradho opened this issue 7 years ago • 1 comments

conradho avatar Oct 30 '18 18:10 conradho

fwiw, one technique i've seen for this is to define your prod requirements in setup.py, and then requirements.txt only specifies dev requirements, plus the pythonanywhere package itself.

hjwp avatar Oct 31 '18 09:10 hjwp