diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 5f6eacd..dab0410 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "python-jose[cryptography]>=3.5.0", "passlib[bcrypt]>=1.7.4", "celery>=5.6.0", - "civiccore @ https://github.com/CivicSuite/civiccore/releases/download/v1.2.0/civiccore-1.2.0-py3-none-any.whl#sha256=a94ce958e36fb03c8d961e4db4672ce5bcfa25765c57d75886e999cf15703ec7", + "civiccore @ https://github.com/townlight/core/releases/download/v1.2.0/civiccore-1.2.0-py3-none-any.whl#sha256=a94ce958e36fb03c8d961e4db4672ce5bcfa25765c57d75886e999cf15703ec7", "redis>=5.0.0,<8.0.0", "httpx>=0.28.0", "pdfplumber>=0.11.0",