Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyPilot committed Feb 25, 2025
1 parent e52a044 commit aa825e9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 10 deletions.
34 changes: 25 additions & 9 deletions poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ readme = "README.md"
packages = [{include = "fancy_table"}]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.10"
colorama = "^0.4.6"


[tool.poetry.group.dev.dependencies]
antonio-py-dynamic-version = {git = "https://bitbucket.org/asilin/antonio-py-dynamic-version.git"}

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit aa825e9

Please sign in to comment.