Merge pull request #104 from tnir/103-update-local-dev-on-macos

Update psycopg2 to 2.7.3.1
This commit is contained in:
Ben Parees 2017-10-24 16:55:42 +02:00 committed by GitHub
commit ad54b3b65e
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ To run this project in your development machine, follow these steps:
1. (optional) Create and activate a [virtualenv](https://virtualenv.pypa.io/) (you may want to use [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/)).
2. Ensure that the executable `pg_config` is available on your machine. You can check this using `which pg_config`. If not, install the dependency with one of the following.
- Mac OS X: `brew install postgresql` using [Homebrew](https://brew.sh/)
- macOS: `brew install postgresql` using [Homebrew](https://brew.sh/)
- Ubuntu: `sudo apt-get install libpq-dev`
- [Others](https://stackoverflow.com/a/12037133/8122577)

View File

@ -1,5 +1,5 @@
django>=1.8,<1.9
django-debug-toolbar==1.5
gunicorn==19.4.5
psycopg2==2.6.1
psycopg2==2.7.3.1
whitenoise==3.0