Skip to content

Commit

Permalink
Bump the minimal psycpog2 version.
Browse files Browse the repository at this point in the history
We use the psycopg2.errors package, introduced in psycpog2 2.8. We
should reflect that in our dependencies.
  • Loading branch information
rdunklau committed Jan 18, 2023
1 parent 33b6e59 commit bd2a0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages=find_packages(exclude=["test"]),
install_requires=[
"cryptography",
"psycopg2 >= 2.0.0",
"psycopg2 >= 2.8.0",
"pydantic",
"python-dateutil",
"python-snappy >= 0.5",
Expand Down

0 comments on commit bd2a0ee

Please sign in to comment.