Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-tools/pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@ description = "Tools for managing Python packages in a monorepo"
name = "macrostrat.package_tools"
packages = [{include = "macrostrat"}]
readme = "README.md"
version = "1.0.0"
version = "1.0.1"

[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.30.0"
rich = "^13.3.5"
toml = "^0.10.2"
typer = "^0.9.0"
typer = "^12.0.0"
"macrostrat.utils" = "^1.0.0"

[tool.poetry.dev-dependencies]

0 comments on commit 5082b85

Please sign in to comment.