Skip to content

Commit

Permalink
➖ Drops explicit psycopg2 dependency
Browse files Browse the repository at this point in the history
This would let the developer choose between `psycopg2` or `psycopg2-binary`.
  • Loading branch information
AndreMiras committed Oct 7, 2020
1 parent d9bbff1 commit ad37773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def run(self):
long_description=read('README.rst'),
license="MIT",
packages=("postgres_copy",),
install_requires=("psycopg2>=2.8.1",),
cmdclass={'test': TestCommand},
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit ad37773

Please sign in to comment.