Skip to content

Commit 469548d

Browse files
authored
chore: Remove ESUS module and its Elasticsearch dependency. (#245)
1 parent fda2a29 commit 469548d

6 files changed

Lines changed: 1 addition & 186 deletions

File tree

condarecipe/pysus/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ requirements:
3232
- pyarrow
3333
- python
3434
- requests
35-
- elasticsearch
3635

3736
test:
3837
imports:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Unidecode = "^1.3.6"
2323
dateparser = "^1.1.8"
2424
pandas = "^2.2.2"
2525
urwid = "^2.1.2"
26-
elasticsearch = { version = "7.16.2", extras=["preprocessing"] }
2726
# FTP
2827
bigtree = "^0.12.2"
2928
aioftp = "^0.21.4"

pysus/online_data/ESUS.py

Lines changed: 0 additions & 98 deletions
This file was deleted.

pysus/preprocessing/ESUS.py

Lines changed: 0 additions & 69 deletions
This file was deleted.

pysus/tests/test_esus.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ max-line-length = 79
1818
ignore = D202,D203,W503,E203
1919

2020
[isort]
21-
known_third_party = dbfread,elasticsearch,geobr,geocoder,numpy,pandas,pyarrow,pyreaddbc,requests,tqdm,urllib3
21+
known_third_party = dbfread,geobr,geocoder,numpy,pandas,pyarrow,pyreaddbc,requests,tqdm,urllib3
2222
ensure_newline_before_comments=true
2323
line_length = 79
2424
multi_line_output = 3

0 commit comments

Comments
 (0)