This commit is contained in:
2024-01-18 20:28:55 +00:00
parent 19c8d10645
commit 6eca8fcc46
12 changed files with 269 additions and 125 deletions

View File

@@ -1,10 +1,14 @@
[tool.poetry]
name = "keep-it-secret"
version = "1.0.0"
version = "1.1.0"
description = "Keep It Secret by BTHLabs"
authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
maintainers = ["BTHLabs <contact@bthlabs.pl>"]
license = "MIT"
readme = "README.md"
homepage = "https://projects.bthlabs.pl/keep-it-secret/"
repository = "https://git.bthlabs.pl/tomekwojcik/keep-it-secret/"
documentation = "https://projects.bthlabs.pl/keep-it-secret/"
[tool.poetry.dependencies]
python = "^3.10"
@@ -14,6 +18,7 @@ boto3 = {version = ">=1.34.0", optional = true}
boto3 = "1.34.8"
flake8 = "6.1.0"
flake8-commas = "2.1.0"
furo = "2023.9.10"
invoke = "1.7.3"
ipdb = "0.13.13"
ipython = "8.19.0"
@@ -23,7 +28,6 @@ pytest = "7.4.3"
pytest-env = "1.1.3"
pytest-mock = "3.12.0"
sphinx = "7.2.6"
sphinx-rtd-theme = "2.0.0"
twine = "4.0.2"
[tool.poetry.extras]