fix: stabilize production payment flow

This commit is contained in:
QiuSW
2026-07-06 08:56:30 +08:00
parent 0d6b97f44d
commit e4565de0c4
14 changed files with 270 additions and 13 deletions
+3 -1
View File
@@ -2,5 +2,7 @@ Django>=5.2,<5.3
djangorestframework>=3.16,<3.17
django-allauth>=65.18,<66
PyMySQL>=1.1,<1.2
cryptography>=42,<47
cryptography>=42,<50
requests>=2.32,<3
wechatpayv3>=2.0,<3
python-alipay-sdk>=3.4,<4