Skip to content

Commit

Permalink
remove weo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-rivera committed Apr 18, 2024
1 parent a89b086 commit 7b3c0bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 144 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

[1.3.1] - 2024-04-18
---------------------
### Updated
- Switched the backend of the WorldEconomicOutlook importer to remove the
weo-reader dependency.

[1.3.0] - 2024-04-9
---------------------
### Updated
Expand Down
134 changes: 1 addition & 133 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ country-converter = "^1"
openpyxl = "^3.0.10"
requests = "^2.28"
opencv-python = "^4.7.0"
weo = "^0.7.4"
beautifulsoup4 = "^4.12"
pyjstat = "^2.3"
pyarrow = "^15"
Expand Down
10 changes: 0 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
anyio==4.3.0 ; python_version >= "3.10" and python_version < "4.0"
beautifulsoup4==4.12.3 ; python_version >= "3.10" and python_version < "4.0"
camelot-py==0.11.0 ; python_version >= "3.10" and python_version < "4.0"
certifi==2024.2.2 ; python_version >= "3.10" and python_version < "4.0"
Expand All @@ -10,12 +9,7 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platfo
country-converter==1.2 ; python_version >= "3.10" and python_version < "4.0"
cryptography==42.0.5 ; python_version >= "3.10" and python_version < "4.0"
et-xmlfile==1.1.0 ; python_version >= "3.10" and python_version < "4.0"
exceptiongroup==1.2.0 ; python_version >= "3.10" and python_version < "3.11"
h11==0.14.0 ; python_version >= "3.10" and python_version < "4.0"
httpcore==0.16.3 ; python_version >= "3.10" and python_version < "4.0"
httpx==0.23.3 ; python_version >= "3.10" and python_version < "4.0"
idna==3.7 ; python_version >= "3.10" and python_version < "4.0"
iso3166==2.1.1 ; python_version >= "3.10" and python_version < "4.0"
numpy==1.26.4 ; python_version >= "3.10" and python_version < "4.0"
opencv-python==4.9.0.80 ; python_version >= "3.10" and python_version < "4.0"
openpyxl==3.1.2 ; python_version >= "3.10" and python_version < "4.0"
Expand All @@ -29,13 +23,9 @@ python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.
pytz==2024.1 ; python_version >= "3.10" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.10" and python_version < "4.0"
rfc3986[idna2008]==1.5.0 ; python_version >= "3.10" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0"
sniffio==1.3.1 ; python_version >= "3.10" and python_version < "4.0"
soupsieve==2.5 ; python_version >= "3.10" and python_version < "4.0"
tabulate==0.9.0 ; python_version >= "3.10" and python_version < "4.0"
typing-extensions==4.11.0 ; python_version >= "3.10" and python_version < "3.11"
tzdata==2024.1 ; python_version >= "3.10" and python_version < "4.0"
urllib3==2.2.1 ; python_version >= "3.10" and python_version < "4.0"
wbgapi==1.0.12 ; python_version >= "3.10" and python_version < "4.0"
weo==0.7.4 ; python_version >= "3.10" and python_version < "4.0"

0 comments on commit 7b3c0bd

Please sign in to comment.