Files
gpt-pilot/requirements.txt
Umpire2018 e8dc9968dc 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
2023-09-27 21:01:31 +08:00

23 lines
377 B
Plaintext

blessed==1.20.0
certifi==2023.5.7
charset-normalizer==3.2.0
distro==1.8.0
idna==3.4
Jinja2==3.1.2
MarkupSafe==2.1.3
peewee==3.16.2
prompt-toolkit==3.0.39
psycopg2-binary==2.9.6
python-dotenv==1.0.0
python-editor==1.0.4
questionary==1.10.0
readchar==4.0.5
regex==2023.6.3
requests==2.31.0
six==1.16.0
termcolor==2.3.0
tiktoken==0.4.0
urllib3==2.0.4
wcwidth==0.2.6
yaspin==2.4.0