# Psycopg 3 是 PostgreSQL 的 Python 数据库驱动。
# binary 额外依赖适合本地学习，可避免首次安装时配置 C 编译环境。
psycopg[binary]>=3,<4
