diff --git a/Makefile b/Makefile index 8cf2eab3..bdd925db 100644 --- a/Makefile +++ b/Makefile @@ -23,3 +23,13 @@ pip-upgrade: pip-check: pip check + +# This assumes two remotes, one is `origin`, your fork. The second is `cowrie` the main project +git-remote: + git remote add cowrie https://github.com/cowrie/cowrie + +dependency-upgrade: + git checkout master + git checkout -b "dependency-upgrade-`date +%Y-%m-%d`" + pur + git commit -m "dependency upgrade `date`" requirements.txt diff --git a/requirements-dev.txt b/requirements-dev.txt index e18c80d6..1c57e1a0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,3 +4,4 @@ setuptools sphinx sphinx_rtd_theme tox +pur