typer[all]
requests
keyring
pyjwt[crypto]
pydantic
toml
rich

[all-dev]
deepsecure[build,dev,docs,lint,security,test]

[build]
build>=0.10.0
twine>=4.0.0
wheel>=0.40.0

[dev]
pytest
pytest-cov
responses

[docs]
mkdocs>=1.5.0
mkdocs-material>=9.0.0
mkdocstrings[python]>=0.22.0
mkdocs-gen-files>=0.5.0

[frameworks]
crewai
langchain>=0.1.0
langchain-community>=0.0.10
fastapi
uvicorn

[lint]
black>=23.0.0
isort>=5.12.0
ruff>=0.1.0
mypy>=1.0.0

[perf]
py-spy>=0.3.0
memory-profiler>=0.60.0

[security]
bandit>=1.7.0
safety>=2.3.0

[test]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.10.0
responses>=0.23.0
httpx>=0.24.0
