fix: add psycopg2-binary dev dep for sync Postgres in CI tests
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed

This commit is contained in:
2026-05-10 08:52:57 +03:00
parent f9fff0302c
commit 26ce114bc7

View File

@@ -43,6 +43,7 @@ dev = [
tests = [
"httpx>=0.28.1",
"mimesis>=19.1.0",
"psycopg2-binary>=2.9.0",
"pytest>=9.0.3",
"pytest-asyncio>=1.3.0",
"pytest-cov>=7.1.0",