Browse Source

Update psycopg2 to 2.7.3.1

pull/104/head
Takuya Noguchi 8 years ago
parent
commit
08ae75e7e6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      requirements.txt

+ 1
- 1
README.md 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/)). 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
- 1
requirements.txt View File

@ -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…
Cancel
Save