Skip to content

Commit

Permalink
chore(pipeline,datawarehouse) : Remove tenacity dependency
Browse files Browse the repository at this point in the history
It has not been used since the geocoding has been transferred to
plpython.
  • Loading branch information
vperron authored and vmttn committed Oct 24, 2024
1 parent 4fdec44 commit 30bb4a1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion datawarehouse/processings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies = [
"numpy~=2.0",
"pandas~=2.2",
"requests~=2.31",
"tenacity",
"data-inclusion-schema",
]

Expand Down
2 changes: 0 additions & 2 deletions datawarehouse/processings/requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ ruff==0.7.0
# via data-inclusion-processings (pyproject.toml)
six==1.16.0
# via python-dateutil
tenacity==9.0.0
# via data-inclusion-processings (pyproject.toml)
time-machine==2.16.0
# via pendulum
typing-extensions==4.12.2
Expand Down
2 changes: 0 additions & 2 deletions datawarehouse/processings/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ requests==2.32.3
# via data-inclusion-processings (pyproject.toml)
six==1.16.0
# via python-dateutil
tenacity==9.0.0
# via data-inclusion-processings (pyproject.toml)
time-machine==2.16.0
# via pendulum
typing-extensions==4.12.2
Expand Down
2 changes: 0 additions & 2 deletions datawarehouse/processings/requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ requests==2.32.3
# via data-inclusion-processings (pyproject.toml)
six==1.16.0
# via python-dateutil
tenacity==9.0.0
# via data-inclusion-processings (pyproject.toml)
time-machine==2.16.0
# via pendulum
typing-extensions==4.12.2
Expand Down
1 change: 0 additions & 1 deletion pipeline/requirements/dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,6 @@ tabulate==0.9.0
tenacity==8.5.0
# via
# -c airflow/constraints.txt
# -r dev/../tasks/python/requirements.in
# apache-airflow
# pyathena
termcolor==2.4.0
Expand Down
1 change: 0 additions & 1 deletion pipeline/requirements/tasks/python/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pyogrio
requests==2.*
sib-api-v3-sdk
SQLAlchemy
tenacity
trafilatura
urllib3
xlsxwriter
Expand Down
1 change: 0 additions & 1 deletion pipeline/requirements/tasks/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,6 @@ tabulate==0.9.0
tenacity==8.5.0
# via
# -c airflow/constraints.txt
# -r tasks/python/requirements.in
# apache-airflow
# pyathena
termcolor==2.4.0
Expand Down

0 comments on commit 30bb4a1

Please sign in to comment.