pyproject.toml 925 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [project]
  2. name = "sorawatermarkcleaner"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.12"
  7. dependencies = [
  8. "aiofiles>=24.1.0",
  9. "aiosqlite>=0.21.0",
  10. "diffusers>=0.35.1",
  11. "einops>=0.8.1",
  12. "fastapi==0.108.0",
  13. "ffmpeg-python>=0.2.0",
  14. "fire>=0.7.1",
  15. "httpx>=0.28.1",
  16. "huggingface-hub>=0.35.3",
  17. "jupyter>=1.1.1",
  18. "loguru>=0.7.3",
  19. "matplotlib>=3.10.6",
  20. "notebook>=7.4.7",
  21. "omegaconf>=2.3.0",
  22. "opencv-python>=4.12.0.88",
  23. "pandas>=2.3.3",
  24. "pydantic>=2.11.10",
  25. "python-multipart>=0.0.20",
  26. "requests>=2.32.5",
  27. "ruptures>=1.1.10",
  28. "scikit-learn>=1.7.2",
  29. "sqlalchemy>=2.0.43",
  30. "greenlet>=3.0.3",
  31. "streamlit>=1.50.0",
  32. "torch>=2.5.0",
  33. "torchvision>=0.20.0",
  34. "tqdm>=4.67.1",
  35. "transformers>=4.57.0",
  36. "ultralytics>=8.3.204",
  37. "uuid>=1.30",
  38. "uvicorn>=0.35.0",
  39. ]