Skip to content

Commit

Permalink
fix beautifulsoup dep and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Aug 13, 2023
1 parent cc0f72e commit 87859f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
15 changes: 1 addition & 14 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mms-monthly-cli"
version = "1.0.0"
version = "1.0.1"
description = "A package and CLI utility to check for available data and download tables from AEMO's Monthly Data Archive"
authors = ["prakaa <[email protected]>"]
license = "GPL-3.0-or-later"
Expand All @@ -14,10 +14,10 @@ mms-monthly-cli = "mms_monthly_cli.cli:app"
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2"
bs4 = "^0.0"
tqdm = "^4"
user-agent = "^0.1"
typer = {extras = ["all"], version = "^0.9.0"}
beautifulsoup4 = "^4"

[tool.poetry.group.dev.dependencies]
black = "^23"
Expand Down

0 comments on commit 87859f3

Please sign in to comment.