pyproject.toml 592 B

1234567891011121314151617181920212223242526
  1. [project]
  2. name = "order-fusion"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.12"
  7. dependencies = [
  8. "clickhouse-connect>=0.9.2",
  9. "clickhouse-driver>=0.2.9",
  10. "colorama>=0.4.6",
  11. "httpx>=0.28.1",
  12. "numpy>=2.3.3",
  13. "openai>=2.6.1",
  14. "openpyxl>=3.1.5",
  15. "pandas>=2.3.3",
  16. "pillow>=12.0.0",
  17. "pydantic>=2.12.2",
  18. "python-dotenv>=1.1.1",
  19. "requests>=2.32.5",
  20. "schedule>=1.2.2",
  21. "torch>=2.9.0",
  22. "tos>=2.8.7",
  23. "tqdm>=4.67.1",
  24. "volcengine-python-sdk>=4.0.26",
  25. "watchdog>=6.0.0",
  26. ]