pyproject.toml•774 B
[project]
name = "dockerfilemanager"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiofiles>=23.2.1",
"authlib>=1.3.0",
"beautifulsoup4>=4.12.0",
"cachetools>=5.3.0",
"docker>=7.0.0",
"fastapi>=0.104.0",
"fastmcp>=0.1.0",
"httpx>=0.25.0",
"itsdangerous>=2.1.2",
"jinja2>=3.1.0",
"passlib>=1.7.4",
"playwright>=1.40.0",
"psutil>=5.9.0",
"pydantic>=2.5.0",
"pyjwt>=2.8.0",
"python-jose[cryptography]>=3.3.0",
"python-multipart>=0.0.6",
"pyyaml>=6.0",
"selenium>=4.15.0",
"slowapi>=0.1.9",
"ty>=0.0.1a21",
"typing-extensions>=4.8.0",
"uvicorn>=0.24.0",
"websockets>=11.0.2",
"yfinance>=0.2.66",
]