diff --git a/setup.py b/setup.py index 0a9a1ec..bef5d93 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = 'little_pger', - version = '1.0.2', + version = '1.0.3', author = 'Christian Jauvin', author_email = 'cjauvin@gmail.com', description = ( @@ -21,5 +21,5 @@ 'Programming Language :: Python', 'Topic :: Utilities' ], - install_requires = ['psycopg2', 'six'] + install_requires = ['psycopg2-binary', 'six'] )