mirror of
https://github.com/omnara-ai/omnara.git
synced 2025-08-12 20:39:09 +03:00
11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
# Development dependencies
|
|
ruff==0.11.13
|
|
pyright==1.1.402
|
|
pre-commit==4.2.0
|
|
|
|
# Testing dependencies
|
|
pytest==8.3.4
|
|
pytest-asyncio==0.25.0
|
|
pytest-mock==3.14.0
|
|
pytest-cov==6.0.0
|
|
testcontainers[postgres]==4.8.2 |