Skip to content

Commit

Permalink
Merge pull request #73 from xcgd/fix-psycopg2-dependency
Browse files Browse the repository at this point in the history
[FIX] change dependency to psycopg2 (rather than psycopg2-binary)
  • Loading branch information
gurneyalex authored Aug 19, 2024
2 parents 12e259a + 2834433 commit 7457280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Unreleased

**Build**

* Depend on psycopg2 rather than psycopg2-binary

0.12.0 (2024-01-09)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
license='AGPLv3+',
packages=find_packages(exclude=('tests', 'docs')),
install_requires=[
"psycopg2-binary",
"psycopg2",
"ruamel.yaml>=0.15.1",
"pexpect",
"werkzeug",
Expand Down

0 comments on commit 7457280

Please sign in to comment.