We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc20a7f commit c598b88Copy full SHA for c598b88
requirements/extras/postgres.txt
@@ -1 +1 @@
1
-psycopg2-binary
+psycopg[binary]
setup.py
@@ -59,7 +59,7 @@ def extras_require():
59
"wait-for-dep = wait_for_dep.wait_for_dep:main",
60
],
61
},
62
- version="0.4.0",
+ version="0.4.1",
63
description="Waits for dependencies before running the app",
64
url="http://github.com/wlatanowicz/wait-for-dep",
65
author="Wiktor Latanowicz",
0 commit comments