justinvh / gitpaste

DEPRECATED - GitPaste is a clone of GitHub's Gist.
Other
184 stars 49 forks source link

removed `psycopg2==2.4.4` from requirements.txt because it's not #6

Closed sente closed 12 years ago

sente commented 12 years ago

pip was failling on on the psycopg2==2.4.4 requirement because I don't have postgres on system and the django settings.py file is configured to use sqlite3 anyways.

justinvh commented 12 years ago

It's part of the requirements.txt because of the deployment on Heroku. It's not very typical to use sqlite for deployment as updates, inserts, locks the database, etc. However, you are correct.