Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed May 15, 2024
1 parent 115676f commit 3631bb1
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
[tool.poetry]
name = "enabler_keitaro_inc" # noqa
version = "0.1.0" # noqa
description = "Enabler is a CLI application built for making life easier when working on microservice-based applications. Through this package we can create, edit and execute custom commands to configure microservices." # noqa
authors = ["Your Name <[email protected]>"] # noqa
name = "enabler_keitaro_inc"
version = "0.1.0"
description = "Enabler is a CLI application built for making life easier when working on microservice-based applications. Through this package we can create, edit and execute custom commands to configure microservices."
authors = ["Keitaro Inc. <[email protected]>"]
readme = "README.md"
requires-python = ">=3.7"

[project.urls]
Homepage = "https://github.com/keitaroinc/enabler"
Issues = "https://github.com/keitaroinc/enabler/issues"

[tool.poetry.dependencies]
click = "7.1.1" # noqa
click-log = "0.3.2" # noqa
click-spinner = "0.1.8" # noqa
docker = "4.2.0" # noqa
gitpython = "3.1.41" # noqa
paramiko = "^2.7.1" # noqa
semver = "^2.9.1" # noqa
cryptography = "^2.9.1" # noqa
flake8 = "^7.0.0" # noqa
click = "7.1.1"
click-log = "0.3.2"
click-spinner = "0.1.8"
docker = "4.2.0"
gitpython = "3.1.41"
paramiko = "^2.7.1"
semver = "^2.9.1"
cryptography = "^2.9.1"
flake8 = "^7.0.0"

[build-system]
requires = ["poetry-core>=1.0.0"] # noqa
build-backend = "poetry.core.masonry.api" # noqa
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 3631bb1

Please sign in to comment.