Skip to content

Commit

Permalink
Update version of psycopg2 to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhoff committed Dec 26, 2018
1 parent f0d0964 commit ba74a80
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 @@ -40,7 +40,7 @@ def run_tests(self):

setup(
name='pyembedpg',
version='0.0.3',
version='0.0.99',
description='Run embedded version of Postgres',
long_description='Run embedded version of Postgres',
keywords='postgres, python, tests',
Expand All @@ -62,7 +62,7 @@ def run_tests(self):
],
install_requires=[
'requests==2.7.0',
'psycopg2==2.6'
'psycopg2==2.7.*'
],
tests_require=[
'pytest'
Expand Down

0 comments on commit ba74a80

Please sign in to comment.