Skip to content

Commit

Permalink
* **Update:** Updated the setup.py to require psycopg2-binary
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
eoyilmaz committed Dec 31, 2019
1 parent 33519c1 commit 293d481
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -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
======

Expand Down

0 comments on commit 293d481

Please sign in to comment.