pyproject.toml 502 B

1234567891011121314151617181920212223
  1. [project]
  2. name = "zhuce6"
  3. version = "0.1.0"
  4. description = "Unified registration and CPA operations system for zhuce6"
  5. readme = "README.md"
  6. requires-python = ">=3.11"
  7. dependencies = [
  8. "curl-cffi>=0.14.0",
  9. "fastapi>=0.115.0",
  10. "PyYAML>=6.0.2",
  11. "pytest>=8.3.0",
  12. "sqlmodel>=0.0.24",
  13. "uvicorn>=0.34.0",
  14. "httpx>=0.28.1",
  15. "cbor2>=5.4.0",
  16. "jwcrypto>=1.5.0",
  17. "filelock>=3.8.0",
  18. "psutil>=5.9.0",
  19. "socksio>=1.0.0",
  20. ]
  21. [tool.pytest.ini_options]
  22. testpaths = ["tests"]