mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-29 07:35:44 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user