Skip to content

Commit

Permalink
CELE-119 chore: Add niquests dependency to ingestion module
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobspinto committed Jan 9, 2025
1 parent a7d25cb commit 1201164
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions ingestion/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@ maintainers = [
{ name = "Diogo Correia", email = "[email protected]" },
]
dependencies = [
"pydantic==2.8.2",
"json_source_map==1.0.5",
"crc32c==2.7.post1",
"colorama==0.4.6",
"google-cloud-storage==2.18.2",
"tqdm==4.66.5",
"pillow==10.4.0",

# extraction dependencies
"crc32c==2.7.post1",
"diplib==3.5.1",
"geojson==3.1.0",
"geojson-rewind==1.1.0",
"google-cloud-storage==2.18.2",
"json_source_map==1.0.5",
"niquests==3.7.2",
"numpy==2.0.0",
"pillow==10.4.0",
"pydantic==2.8.2",
"tqdm==4.66.5",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 1201164

Please sign in to comment.