scripts to update and freeze main dependencies (#1139)

This commit is contained in:
Michel Oosterhof 2019-05-29 05:17:45 +04:00 committed by GitHub
parent efa4df978f
commit d925e23d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -4,3 +4,4 @@ setuptools
sphinx
sphinx_rtd_theme
tox
pur