-
Notifications
You must be signed in to change notification settings - Fork 1
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
[WIP] Moving to Py3 #100
[WIP] Moving to Py3 #100
Conversation
put in abstract BaseTask to remove keys of successful jobs
* Update flask from 1.0.3 to 1.1.1 * Update sqlalchemy from 1.3.5 to 1.3.6 * Update sqlalchemy-utils from 0.34.0 to 0.34.1 * Update redis from 3.2.1 to 3.3.4 * Update pillow from 6.0.0 to 6.1.0 * Update coverage from 4.5.3 to 4.5.4
* caching the s3 check * removed extra space
* blackend all code * sorted imports * isort changes * reverted isort changes * renamedcElementTree * updated library install command * updated dependencies * reverted dependency changes * added back application in website.py * added back nosetest config * restored shell.py * removed shell.py * renamed file_obj
* Update sqlalchemy from 1.3.6 to 1.3.8 * Update sqlalchemy-utils from 0.34.1 to 0.34.2 * Update flask-sqlalchemy from 2.4.0 to 2.4.1 * Update redis from 3.3.4 to 3.3.8
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](python-pillow/Pillow@6.1.0...6.2.0) Signed-off-by: dependabot[bot] <support@github.com>
* Update sqlalchemy from 1.3.8 to 1.3.10 * Update psycopg2 from 2.8.3 to 2.8.4 * Update redis from 3.3.8 to 3.3.11 * Update pillow from 6.2.0 to 6.2.1
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.
Small issues, otherwise okay.
instance/testing.py
Outdated
AWS_BUCKET = environ.get('AWS_BUCKET', 'imgee-testing') | ||
#: S3 Configuration | ||
AWS_ACCESS_KEY = 'AKIAIRIRVOH3RE5SKR4A' | ||
AWS_SECRET_KEY = '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' |
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.
should this be public?
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.
They've been revoked. committed by mistake.
Related to hasgeek/hgapp#39