Open gauravmk opened 8 years ago
pg_config
error was caused by the unnecessary inclusion of psycopg2
in requirements/dev.txt
. psycopg2
might be needed for heroku, but is not a requirement for any other type of installation. Apparently, heroku installs warrant slightly different install requirements. We should make a requirements/heroku.txt
file. (done, https://github.com/codeforamerica/pdfhook/commit/b684f74940faacee5c2d8c0281a79f92611c7aa5)