| 12345678910111213141516171819202122232425262728293031 |
- [project]
- name = "ai-liaowangweb-app"
- version = "0.1.0"
- description = "Add your description here"
- readme = "README.md"
- requires-python = ">=3.11"
- dependencies = [
- "aiofiles>=25.1.0",
- "aiohttp>=3.13.5",
- "beautifulsoup4>=4.14.3",
- "crawl4ai>=0.8.6",
- "flask>=3.1.3",
- "flask-login>=0.6.3",
- "flask-migrate>=4.1.0",
- "flask-sqlalchemy>=3.1.1",
- "greenlet>=3.5.0",
- "lxml>=5.4.0",
- "openai>=2.36.0",
- "playwright>=1.59.0",
- "psycopg2-binary>=2.9.10",
- "psutil>=7.2.2",
- "pydantic>=2.13.4",
- "pyjwt>=2.10.1",
- "python-dotenv>=1.2.2",
- "requests>=2.33.1",
- "sqlalchemy>=2.0.49",
- ]
- [[tool.uv.index]]
- url = "https://mirrors.aliyun.com/pypi/simple/"
- default = true
|