garethbjohnson / gutendex

Web API for Project Gutenberg ebook metadata
https://gutendex.com
MIT License
236 stars 48 forks source link

Update psycopg2 to 2.9.3 #23

Closed CmdrNorthpaw closed 2 years ago

CmdrNorthpaw commented 2 years ago

This PR updates psycopg2 to 2.9.3 to fix an issue with building on Python 3.8 using v2.7

garethbjohnson commented 2 years ago

Thank you for the pull request! I am going to first try to merge in the other open PR (#22) so Gutendex can be run in a consistent containerised environment. After that, I will check whether this PR works with the new setup and merge it if it does.