Client
Python 2 需安装兼容版本的依赖:peewee<3.15(3.15+ 不再支持 Python 2)、psycopg2-binary<2.9
peewee<3.15
psycopg2-binary<2.9
pip install peewee==3.14.4
pip install psycopg2-binary==2.8.6
Last updated 19 days ago