Skip to content

Commit

Permalink
足りない依存関係を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
medaka0213 committed Apr 7, 2024
1 parent b37e756 commit 6f47cba
Showing 1 changed file with 27 additions and 25 deletions.
52 changes: 27 additions & 25 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@

[tool.poetry]
name = "ddb_single"
version = "0.4.7"
description = "Python DynamoDB interface, specialized in single-table design."
authors = ["medaka <[email protected]>"]
license = "MIT"
homepage = "https://medaka0213.github.io/DynamoDB-SingleTable/"
repository = "https://github.com/medaka0213/DynamoDB-SingleTable"
keywords = ["aws", "dynamodb", "serverless"]
packages = [{ include = "ddb_single" }]

[tool.poetry.dependencies]
python = "^3.10"
boto3 = "^1.34.79"

[tool.poetry.dev-dependencies]

[tool.poetry.group.dev.dependencies]
sphinx = "^7.2.6"
sphinx-rtd-theme = "^2.0.0"

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

[tool.poetry]
name = "ddb_single"
version = "0.4.7"
description = "Python DynamoDB interface, specialized in single-table design."
authors = ["medaka <[email protected]>"]
license = "MIT"
homepage = "https://medaka0213.github.io/DynamoDB-SingleTable/"
repository = "https://github.com/medaka0213/DynamoDB-SingleTable"
keywords = ["aws", "dynamodb", "serverless"]
packages = [{ include = "ddb_single" }]

[tool.poetry.dependencies]
python = "^3.10"
boto3 = "^1.34.79"

[tool.poetry.dev-dependencies]

[tool.poetry.group.dev.dependencies]
sphinx = "^7.2.6"
sphinx-rtd-theme = "^2.0.0"
pyproject-flake8 = "^6.1.0"
pytest-cov = "^5.0.0"

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

0 comments on commit 6f47cba

Please sign in to comment.