pydantic>=2.0
pyparsing>=3.0
isodate

[all]
plaita[code,http,redis,server,yaml]

[code]
PyExecJS

[dev]
pytest
pytest-asyncio
fakeredis
pytest-cov

[http]
requests
aiohttp>=3.8.0

[lint]
mypy
flake8
black

[redis]
redis>=4.0.0

[server]
fastapi>=0.68.0
uvicorn>=0.15.0
python-multipart>=0.0.5
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
SQLAlchemy>=1.4.0
cachetools>=5.0.0

[yaml]
PyYAML>=6.0
