clean dependencies
This commit is contained in:
@@ -10,35 +10,6 @@ requires-python = ">=3.12"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
# Dagster core
|
# Dagster core
|
||||||
"dagster>=1.8.13",
|
"dagster>=1.8.13",
|
||||||
"dagster-webserver>=1.8.13",
|
|
||||||
"dagster-postgres>=0.24.13",
|
|
||||||
# Data processing
|
|
||||||
"pandas>=2.1.4",
|
|
||||||
"pyarrow>=23.0",
|
|
||||||
"numpy>=2.0.1",
|
|
||||||
"lxml>=6.0",
|
|
||||||
"xmltodict>=1.0",
|
|
||||||
"rdflib>=7.6",
|
|
||||||
"openpyxl>=3.1.0",
|
|
||||||
"xlrd>=2.0.1",
|
|
||||||
"tabulate>=0.9",
|
|
||||||
"pyspellchecker>=0.8.4",
|
|
||||||
"PyGeodesy>=24.6.11",
|
|
||||||
# Validation
|
|
||||||
"great_expectations>=1.16",
|
|
||||||
"pandera>=0.31",
|
|
||||||
"pydantic>=2.6.0,<3.0.0",
|
|
||||||
# Scraping
|
|
||||||
"scrapy>=2.15",
|
|
||||||
"BeautifulSoup4>=4.14",
|
|
||||||
# Anonymisation libraries
|
|
||||||
"pycanon==1.0.1.post2",
|
|
||||||
"anjana>=1.0.0",
|
|
||||||
# Field-level pseudo-anonymisation
|
|
||||||
"scrubadub>=2.0.0",
|
|
||||||
"scrubadub_spacy>=1.0.0",
|
|
||||||
"hvac>=2.0.0",
|
|
||||||
"cryptography>=42.0.0",
|
|
||||||
# Util services — resolved via [tool.uv.sources] (git)
|
# Util services — resolved via [tool.uv.sources] (git)
|
||||||
"util-services",
|
"util-services",
|
||||||
# Code location packages — resolved via [tool.uv.sources] (git)
|
# Code location packages — resolved via [tool.uv.sources] (git)
|
||||||
|
|||||||
Reference in New Issue
Block a user