Skip to content

Commit

Permalink
Merge pull request #73 from fredj/psycopg2
Browse files Browse the repository at this point in the history
Use psycopg2-binary package instead of psycopg2
  • Loading branch information
elemoine committed Mar 29, 2018
2 parents 9d35e3a + 8368984 commit 04ce573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
nose
coverage
WebTest
psycopg2
psycopg2-binary
pyramid_handlers
flake8
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Running the tests
Papyrus includes unit tests. Most of the time patches should include new tests.

To run the Papyrus tests, in addition to Papyrus and its dependencies the
following packages need to be installed: ``nose``, ``mock``, ``psycopg2``,
following packages need to be installed: ``nose``, ``mock``, ``psycopg2-binary``,
``pyramid_handlers``, ``coverage``, and ``WebTest``.

For these packages to install correctly, you have to have header files for
Expand Down

0 comments on commit 04ce573

Please sign in to comment.