Skip to content

Commit

Permalink
Update to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cjauvin committed Mar 29, 2018
1 parent 993c00a commit 20ca16c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'little_pger',
version = '1.0.2',
version = '1.0.3',
author = 'Christian Jauvin',
author_email = '[email protected]',
description = (
Expand All @@ -21,5 +21,5 @@
'Programming Language :: Python',
'Topic :: Utilities'
],
install_requires = ['psycopg2', 'six']
install_requires = ['psycopg2-binary', 'six']
)

0 comments on commit 20ca16c

Please sign in to comment.