Skip to content

Commit

Permalink
Change psycopg2 to psycopg2-binary in setup requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Bhagawati committed Jun 21, 2020
1 parent cbfb0c1 commit 676b777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@ def get_long_description():
install_requires=[
'cached_property >= 1.2.0',
'python-dateutil',
'psycopg2',
'psycopg2-binary',
'pytz',
'sedate',
'SQLAlchemy>=0.9',
Expand Down

0 comments on commit 676b777

Please sign in to comment.