pyproject.toml 717 B

12345678910111213141516171819202122232425262728293031
  1. [project]
  2. name = "ai-liaowangweb-app"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.11"
  7. dependencies = [
  8. "aiofiles>=25.1.0",
  9. "aiohttp>=3.13.5",
  10. "beautifulsoup4>=4.14.3",
  11. "crawl4ai>=0.8.6",
  12. "flask>=3.1.3",
  13. "flask-login>=0.6.3",
  14. "flask-migrate>=4.1.0",
  15. "flask-sqlalchemy>=3.1.1",
  16. "greenlet>=3.5.0",
  17. "lxml>=5.4.0",
  18. "openai>=2.36.0",
  19. "playwright>=1.59.0",
  20. "psycopg2-binary>=2.9.10",
  21. "psutil>=7.2.2",
  22. "pydantic>=2.13.4",
  23. "pyjwt>=2.10.1",
  24. "python-dotenv>=1.2.2",
  25. "requests>=2.33.1",
  26. "sqlalchemy>=2.0.49",
  27. ]
  28. [[tool.uv.index]]
  29. url = "https://mirrors.aliyun.com/pypi/simple/"
  30. default = true