okfn-brasil / querido-diario-api

This is Querido Diário's API. It provides everything the frontend does and even more!
https://queridodiario.ok.org.br/api/docs
MIT License
49 stars 32 forks source link

List PostgreSQL library as requirement #41

Open jwnx opened 3 years ago

jwnx commented 3 years ago

The psycopg2 package listed in requirements.txt needs libpq-dev (and similar packages) to be installed. It would be nice to list libpq-dev as a development dependency.

For Ubuntu

sudo apt-get install libpq-dev

For CentOS

sudo yum install postgresql-devel

For OSX

brew install postgresql

(you get the idea)