Skip to content

Commit 08ae75e

Browse files
committed
Update psycopg2 to 2.7.3.1
1 parent 2e6b11f commit 08ae75e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To run this project in your development machine, follow these steps:
5353
1. (optional) Create and activate a [virtualenv](https://virtualenv.pypa.io/) (you may want to use [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/)).
5454

5555
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.
56-
- Mac OS X: `brew install postgresql` using [Homebrew](https://brew.sh/)
56+
- macOS: `brew install postgresql` using [Homebrew](https://brew.sh/)
5757
- Ubuntu: `sudo apt-get install libpq-dev`
5858
- [Others](https://stackoverflow.com/a/12037133/8122577)
5959

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
django>=1.8,<1.9
22
django-debug-toolbar==1.5
33
gunicorn==19.4.5
4-
psycopg2==2.6.1
4+
psycopg2==2.7.3.1
55
whitenoise==3.0

0 commit comments

Comments
 (0)