-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Upgrade all packages with pur #5059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
humitos
commented
Jan 2, 2019
$ for reqs in `ls requirements`; do pur --skip redis,commonmark,django,docker,celery,gitpython,elasticsearch,pyelasticsearch,mercurial --requirement requirements/$reqs; done
We could upgrade Django to |
Done! |
requirements/lint.txt
Outdated
astroid==1.6.4; python_version < '3' | ||
pylint==2.1.1; python_version > '3' | ||
astroid==2.1.0; python_version > '3' | ||
astroid<1.7 python_version < '3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A semicolon is missing here
Perhaps you could add the command you run as an invoke task in our |
Good idea! Done at readthedocs/common#27 |