openplans / shareabouts

Shareabouts is a mapping application for crowdsourced info gathering.
GNU General Public License v3.0
276 stars 150 forks source link

Update requirements.txt for Python 3.8 #208

Closed JohnBrooking closed 1 year ago

JohnBrooking commented 2 years ago

Updated versions of psycopg2 and raven for compatibility with Python 3.8. See issue #207.

BenSturmfels commented 1 year ago

Hi @JohnBrooking, could I trouble you to turn this into two separate pull requests - one for Sentry and another for Postgres? Easier to merge and test independently that way. Thanks!

BenSturmfels commented 1 year ago

@JohnBrooking on second thought, it's a lot to ask you to split this out after all this time. I've gone ahead and done that in PR #211. Please ignore my previous message.

BenSturmfels commented 1 year ago

Raven changes have now been merged separately, so I've updated this PR accordingly.

Also, this code that was causing an error with pyyaml 6.0 no longer exists in the master branch, so I'll update that here too.

BenSturmfels commented 1 year ago

Closing this PR and psycopg2 is no longer automatically installed for the front-end (as the front end doesn't use a database). This dependency has already been updated in shareabouts-api back-end.