Merge pull request #1045 from Hestia-Homes/bug/missing-installs-pashub-handler

Add pymupdf to pashub fetcher requirements
This commit is contained in:
Daniel Roth 2026-05-01 14:50:43 +01:00 committed by GitHub
commit 91d913e12f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -11,3 +11,4 @@ pytz
boto3==1.35.44
pandas==2.2.2
numpy<2.0
pymupdf

View file

@ -14,7 +14,7 @@ payload = {
{
"pashub_link": "https://google.co.uk",
"uprn": "123456",
"hubspot_deal_id": "498926855369",
"hubspot_deal_id": "1",
}
)
}