Skip to content

Commit

Permalink
ref: polish poetry (removed from pip)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloLION committed Feb 2, 2022
1 parent ec628a8 commit a5c042f
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 46 deletions.
213 changes: 174 additions & 39 deletions poetry.lock

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

16 changes: 10 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
[tool.poetry]
name = "symmetric-secrete-share"
version = "0.0.4"
description = ""
authors = ["Pablion <[email protected]>"]
description = "Share secret files via github with symmetric encryption ed25519."
license = "Apache-2.0"
name = "symmetric-secrete-share"
readme = "README.md"
version = "0.0.4"

[tool.poetry.scripts]
sss = "sss_cli.__main__:app"
symmetric-secrete-share = "sss_cli.__main__:app"
tts = 'sss_cli.__main__:app'

[tool.poetry.dependencies]
python = "^3.6"
typer = {extras = ["all"], version = "^0.4.0"}
PyNaCl = "^1.5.0"
python = "^3.9"
requests = "^2.27.1"
typer = {extras = ["all"], version = "^0.4.0"}

[tool.poetry.dev-dependencies]
black = "^22.1.0"
pytest = "^5.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]
2 changes: 1 addition & 1 deletion tests/test_symmetric_secrete_share.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.1.0"
assert __version__ == '0.1.0'

0 comments on commit a5c042f

Please sign in to comment.