Skip to content

Commit c598b88

Browse files
author
Wiktor Latanowicz
committed
Remove specific version of psycopg
1 parent bc20a7f commit c598b88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/extras/postgres.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
psycopg2-binary
1+
psycopg[binary]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def extras_require():
5959
"wait-for-dep = wait_for_dep.wait_for_dep:main",
6060
],
6161
},
62-
version="0.4.0",
62+
version="0.4.1",
6363
description="Waits for dependencies before running the app",
6464
url="http://github.com/wlatanowicz/wait-for-dep",
6565
author="Wiktor Latanowicz",

0 commit comments

Comments
 (0)