From 3dda5f5f507789c334c1a77584858927e68df82a Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 4 Feb 2026 20:35:46 +0000 Subject: [PATCH] Add psycopg2-binary and nest_asyncio to requirements --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index ab717df..d991bca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,5 @@ opencv-python-headless>=4.8.0 git+https://github.com/gilesbradshaw/art-dag.git@main # Shared components (tracks master branch) git+https://git.rose-ash.com/art-dag/common.git@master +psycopg2-binary +nest_asyncio