Skip to content

Commit

Permalink
Add packaging dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
roobert committed Jul 28, 2024
1 parent b112889 commit c84c179
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 65 deletions.
2 changes: 1 addition & 1 deletion fycli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "fycli 3.4.4"
__version__ = "fycli 3.4.5"
130 changes: 68 additions & 62 deletions poetry.lock

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

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
[tool.poetry]
name = "fycli"
version = "3.4.4"
version = "3.4.5"
description = ""
authors = ["Rob Wilson <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.9"
sh = "^1.12.14"
pyyaml = "^5.3"
pyyaml = "^6.0.1"
semver = "^2.13.0"
Jinja2 = "^3.0.3"
rich = "^13.3.2"
google-cloud-storage = "^2.7.0"
packaging = "^24.1"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit c84c179

Please sign in to comment.