added testcontainers to dev requirements

This commit is contained in:
c-d-p
2025-04-23 01:02:43 +02:00
parent 1553004efc
commit d459d9ae77

View File

@@ -2,3 +2,4 @@ pytest
pytest-cov # For checking test coverage (optional) pytest-cov # For checking test coverage (optional)
ruff # Or flake8, pylint etc. for linting ruff # Or flake8, pylint etc. for linting
black # For code formatting checks black # For code formatting checks
testcontainers