Skip to content

Commit

Permalink
Use psycopg2-binary instead for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-k committed Jun 28, 2023
1 parent 41ad64c commit 1aed5e8
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 @@ -23,7 +23,7 @@
"lxml==4.9.2",
"beautifulsoup4>=4.11.1",
"python-dateutil",
"psycopg2>=2.9.6",
"psycopg2-binary>=2.9.6",
],
license="MIT",
packages=["pycrtsh"],
Expand Down

0 comments on commit 1aed5e8

Please sign in to comment.