From 08ae75e7e6fc2cebadb369f838bd423499462f13 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Tue, 24 Oct 2017 23:20:36 +0900 Subject: [PATCH] Update psycopg2 to 2.7.3.1 --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfbdd7e..585568f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/requirements.txt b/requirements.txt index 9f27e54..08db289 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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