fix(deps): setup.cfg补pyyaml依赖声明——pricing.py import yaml但install_requires漏声明,新环境pip install后accounting worker崩ModuleNotFoundError(生产doit 2026-09-14实录)

This commit is contained in:
yumoqing 2026-09-14 12:56:14 +08:00
parent bf20df572f
commit f99d508491

View File

@ -13,3 +13,4 @@ install_requires =
apppublic
ahserver
sqlor
pyyaml