Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion condarecipe/pysus/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ requirements:
- pyarrow
- python
- requests
- elasticsearch

test:
imports:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Unidecode = "^1.3.6"
dateparser = "^1.1.8"
pandas = "^2.2.2"
urwid = "^2.1.2"
elasticsearch = { version = "7.16.2", extras=["preprocessing"] }
# FTP
bigtree = "^0.12.2"
aioftp = "^0.21.4"
Expand Down
98 changes: 0 additions & 98 deletions pysus/online_data/ESUS.py

This file was deleted.

69 changes: 0 additions & 69 deletions pysus/preprocessing/ESUS.py

This file was deleted.

16 changes: 0 additions & 16 deletions pysus/tests/test_esus.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ max-line-length = 79
ignore = D202,D203,W503,E203

[isort]
known_third_party = dbfread,elasticsearch,geobr,geocoder,numpy,pandas,pyarrow,pyreaddbc,requests,tqdm,urllib3
known_third_party = dbfread,geobr,geocoder,numpy,pandas,pyarrow,pyreaddbc,requests,tqdm,urllib3
ensure_newline_before_comments=true
line_length = 79
multi_line_output = 3
Expand Down
Loading