You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packages like coverage, flake8 need not reside in production related requirement.txt.
Create a separate requirements.txt, say dev.txt and prod.txt. -r prod.txt in dev.txt. prod.txt should only include packages neccessary for production deployment.
The text was updated successfully, but these errors were encountered:
Packages like
coverage
,flake8
need not reside in production related requirement.txt.Create a separate requirements.txt, say
dev.txt
andprod.txt
.-r prod.txt
in dev.txt.prod.txt
should only include packages neccessary for production deployment.The text was updated successfully, but these errors were encountered: