Replace psycopg2 with psycopg2-binary

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
This commit is contained in:
Umpire2018
2023-09-27 21:01:31 +08:00
parent 108271f28a
commit b75f1faaa6

View File

@@ -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