20 lines
329 B
Plaintext
20 lines
329 B
Plaintext
# Django core
|
||
django>=4.2,<5.0
|
||
django-ninja>=1.0
|
||
django-ninja-jwt>=5.2.0
|
||
django-cors-headers>=4.3.0
|
||
|
||
# Database (SQLite 内置,无需额外安装)
|
||
# mysqlclient>=2.2.0 # 如需使用 MySQL,取消此行注释
|
||
|
||
# Payment
|
||
stripe>=7.0.0
|
||
|
||
# Utils
|
||
python-dotenv>=1.0.0
|
||
pydantic>=2.0.0
|
||
|
||
# HTTP client (for OAuth)
|
||
requests>=2.31.0
|
||
|