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
# script for gathering requirements for pip from all subdirectories to make local development easier
echo "#it should be sum of all other requirements.txt files from subfolders just to make easier to create virtualenv for development" > requirements-dev.txt
echo "#it can be done by executing:" >> requirements-dev.txt