diff --git a/requirements/extras/postgres.txt b/requirements/extras/postgres.txt index 37ec460..dbed702 100644 --- a/requirements/extras/postgres.txt +++ b/requirements/extras/postgres.txt @@ -1 +1 @@ -psycopg2-binary +psycopg[binary] diff --git a/setup.py b/setup.py index f0c2819..b2f8d04 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def extras_require(): "wait-for-dep = wait_for_dep.wait_for_dep:main", ], }, - version="0.4.0", + version="0.4.1", description="Waits for dependencies before running the app", url="http://github.com/wlatanowicz/wait-for-dep", author="Wiktor Latanowicz",