fix: 添加 psycopg2-binary 和 gunicorn 到依赖

- 添加 PostgreSQL 驱动 psycopg2-binary
- 添加 gunicorn 生产服务器
This commit is contained in:
maoshen
2026-04-12 21:59:43 +00:00
parent 1716b3ec98
commit 3a01b98860
3 changed files with 6 additions and 4 deletions

View File

@@ -3,3 +3,5 @@ djangorestframework
djangorestframework-simplejwt
django-cors-headers
Pillow
psycopg2-binary
gunicorn