Merge pull request #104 from tnir/103-update-local-dev-on-macos
Update psycopg2 to 2.7.3.1
This commit is contained in:
commit
ad54b3b65e
2 changed files with 2 additions and 2 deletions
|
@ -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/)).
|
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.
|
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`
|
- Ubuntu: `sudo apt-get install libpq-dev`
|
||||||
- [Others](https://stackoverflow.com/a/12037133/8122577)
|
- [Others](https://stackoverflow.com/a/12037133/8122577)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
django>=1.8,<1.9
|
django>=1.8,<1.9
|
||||||
django-debug-toolbar==1.5
|
django-debug-toolbar==1.5
|
||||||
gunicorn==19.4.5
|
gunicorn==19.4.5
|
||||||
psycopg2==2.6.1
|
psycopg2==2.7.3.1
|
||||||
whitenoise==3.0
|
whitenoise==3.0
|
||||||
|
|
Loading…
Reference in a new issue