chore(nlp-service): remove unused dateparser dependency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-06-07 15:49:37 +02:00
committed by marcel
parent 98ee6cf587
commit 829194f345
2 changed files with 0 additions and 3 deletions

View File

@@ -5,8 +5,6 @@ import re
from datetime import date from datetime import date
from typing import TYPE_CHECKING from typing import TYPE_CHECKING
import dateparser
from models import ParseResponse from models import ParseResponse
from person_matcher import PersonMatcher from person_matcher import PersonMatcher

View File

@@ -1,6 +1,5 @@
fastapi[standard]==0.115.6 fastapi[standard]==0.115.6
uvicorn[standard]==0.34.0 uvicorn[standard]==0.34.0
dateparser>=1.2,<2.0
rapidfuzz>=3.0,<4.0 rapidfuzz>=3.0,<4.0
psycopg2-binary>=2.9,<3.0 psycopg2-binary>=2.9,<3.0
pytest>=8.0,<9.0 pytest>=8.0,<9.0