From c820ca5eaaf322726267311fe34102b5bcb0e2ef Mon Sep 17 00:00:00 2001 From: M1ha Shvn Date: Tue, 16 Aug 2022 17:42:07 +0300 Subject: [PATCH] Update README.md Changed requirements in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a7d5c7..994975e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A small library implementing PostgreSQL ability to return rows in DML statements * django >= 1.8 Previous versions may also work, but are not tested with CI. bulk_create_returning method doesn't support .only() and .defer() filters for django before 1.10. -* psycopg2-binary +* psycopg2 * typing for python < 3.5 * PostgreSQL 9.4+ Previous versions may also work, but are not tested with CI.