Skip to content

Commit

Permalink
Pinned pgcopy for Python 2.7 (version 1.6 drops Python 2.7 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkage committed Jun 18, 2024
1 parent f57d046 commit fdabc04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def run(self):
'parmap; python_version>="3.6"',
'parmap==1.5.2; python_version<"3.6"',
'pgcopy',
'pgcopy>=1.5,<1.6; python_version<"3.6"',
'psycopg2',
'psycopg2>=2.8.4,<2.9; python_version<"3.6"',
'pyyaml',
Expand Down

0 comments on commit fdabc04

Please sign in to comment.