Skip to content

Commit

Permalink
Replace psycopg2 with psycopg2-binary
Browse files Browse the repository at this point in the history
To avoid `No matching distribution found for psycopg2`, I use an alternative from [Psycopg2 web page](https://www.psycopg.org/docs/install.html#quick-install).
It is the quickest way to install Psycopg by using the wheel package available on PyPI in most operating systems.
close #101, close #34
  • Loading branch information
Umpire2018 committed Sep 27, 2023
1 parent 108271f commit b75f1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Jinja2==3.1.2
MarkupSafe==2.1.3
peewee==3.16.2
prompt-toolkit==3.0.39
psycopg2==2.9.6
psycopg2-binary==2.9.6
python-dotenv==1.0.0
python-editor==1.0.4
questionary==1.10.0
Expand Down

0 comments on commit b75f1fa

Please sign in to comment.