# Process management
setproctitle>=1.3.4

# Code formating
black>=25.1.0
pre-commit>=4.2.0

# Engine
pydantic>=2

# Servers
aio-pika>=9.5.5

# Persistence
SQLAlchemy>=2.0.40
asyncpg>=0.30.0
aiosqlite>=0.21.0
diff-match-patch>=20241021

# RESTful
httpx>=0.28.1

