You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 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, b684f74)
The text was updated successfully, but these errors were encountered: