Skip to content
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

Closed
wants to merge 574 commits into from
Closed

[WIP] Moving to Py3 #100

wants to merge 574 commits into from

Conversation

iambibhas
Copy link
Contributor

Related to hasgeek/hgapp#39

pyup-bot and others added 14 commits July 2, 2019 11:25
* 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
* 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
@iambibhas iambibhas changed the title Moving to Py3 [WIP] Moving to Py3 Dec 13, 2019
Copy link
Member

@jace jace left a 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.

tests/fixtures.py Outdated Show resolved Hide resolved
imgee/views/index.py Outdated Show resolved Hide resolved
@iambibhas iambibhas closed this Jan 7, 2020
@iambibhas iambibhas deleted the py3 branch January 7, 2020 03:39
AWS_BUCKET = environ.get('AWS_BUCKET', 'imgee-testing')
#: S3 Configuration
AWS_ACCESS_KEY = 'AKIAIRIRVOH3RE5SKR4A'
AWS_SECRET_KEY = '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'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be public?

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants