Add psycopg2 requirement for Postgres functionality.

This commit is contained in:
Christopher Charbonneau Wells 2017-10-23 09:06:17 -04:00
parent 588fe99c45
commit d12405096b
2 changed files with 7 additions and 3 deletions

View File

@ -13,6 +13,7 @@ faker = "*"
dj-database-url = "*" dj-database-url = "*"
gunicorn = "*" gunicorn = "*"
whitenoise = "*" whitenoise = "*"
psycopg2 = "*"
[dev-packages] [dev-packages]
coveralls = "*" coveralls = "*"

9
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "b9baed35cbefffb676928f6379dbeee78e94efa96382465afabc49c2e1685a44" "sha256": "8ecb16e5e548134a5bdee9b54f0f792890b2e92ebc47d219b9dfef3ea7b9dcfb"
}, },
"requires": {}, "requires": {},
"sources": [ "sources": [
@ -66,6 +66,9 @@
"plotly": { "plotly": {
"version": "==2.1.0" "version": "==2.1.0"
}, },
"psycopg2": {
"version": "==2.7.3.1"
},
"python-dateutil": { "python-dateutil": {
"version": "==2.6.1" "version": "==2.6.1"
}, },
@ -108,7 +111,7 @@
"version": "==0.6.2" "version": "==0.6.2"
}, },
"flake8": { "flake8": {
"version": "==3.4.1" "version": "==3.5.0"
}, },
"idna": { "idna": {
"version": "==2.6" "version": "==2.6"
@ -123,7 +126,7 @@
"version": "==2.3.1" "version": "==2.3.1"
}, },
"pyflakes": { "pyflakes": {
"version": "==1.5.0" "version": "==1.6.0"
}, },
"requests": { "requests": {
"version": "==2.18.4" "version": "==2.18.4"