From 293d481431d725bd4a9bb966791d40e0c935d5b1 Mon Sep 17 00:00:00 2001 From: Erkan Ozgur Yilmaz Date: Tue, 31 Dec 2019 11:46:09 +0300 Subject: [PATCH] * **Update:** Updated the ``setup.py`` to require ``psycopg2-binary`` instead of ``psycopg2``. Also updated the configuration files for Docker and Travis. This changes the requirement of psycopg2 to psycopg2-binary, which will make it easier to get the installation to complete on e.g. CentOS 7 without requiring pg_config. --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8b52889..1b1a688 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ Stalker Changes =============== +0.2.23 +====== + +* **Update:** Updated the ``setup.py`` to require ``psycopg2-binary`` instead + of ``psycopg2``. Also updated the configuration files for Docker and Travis. + This changes the requirement of psycopg2 to psycopg2-binary, which will make + it easier to get the installation to complete on e.g. CentOS 7 without + requiring pg_config. + 0.2.22 ======