Skip to content

Commit

Permalink
feat: update dependency from psycopg2-binary to psycopg
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-cedar authored Feb 10, 2022
1 parent 5921d3e commit 9adfb78
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 @@ -27,9 +27,9 @@
python_requires=">=3.6",
install_requires=[
"django>=2.2",
"psycopg2-binary>=2.8.6"
"psycopg2>=2.8.6"
],
extras_require={
'test': []
},
)
)

0 comments on commit 9adfb78

Please sign in to comment.