From 2f69afc18bbada10a5a695e658d6a8974f13aa18 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 18 Mar 2026 17:38:35 +0100 Subject: [PATCH] :goat: --- backend/card.py | 2 ++ backend/requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/backend/card.py b/backend/card.py index 2bbded3..d7a6ed0 100644 --- a/backend/card.py +++ b/backend/card.py @@ -149,6 +149,7 @@ WIKIDATA_INSTANCE_TYPE_MAP = { "Q1250464": CardType.location, # realm "Q3146899": CardType.location, # diocese of the catholic church "Q35145263": CardType.location, # natural geographic object + "Q15642541": CardType.location, # human-geographic territorial entity "Q16521": CardType.life_form, # taxon "Q310890": CardType.life_form, # monotypic taxon @@ -220,6 +221,7 @@ WIKIDATA_INSTANCE_TYPE_MAP = { "Q1840368": CardType.science_thing, # cloud type "Q2154519": CardType.science_thing, # astrophysical x-ray source "Q17444909": CardType.science_thing, # astronomical object type + "Q12089225": CardType.science_thing, # Mineral species "Q113145171": CardType.science_thing, # type of chemical entity "Q1420": CardType.vehicle, # car diff --git a/backend/requirements.txt b/backend/requirements.txt index 7a1aa15..1399a05 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,4 +12,5 @@ uvicorn==0.41.0 pyyaml==6.0.3 psycopg2-binary==2.9.11 python-multipart==0.0.22 -alembic==1.18.4 \ No newline at end of file +alembic==1.18.4 +websockets==13.1 \ No newline at end of file