Skip to content

Commit 78f700e

Browse files
committed
toml
1 parent d0cd0f8 commit 78f700e

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

redis_sync/pyproject.toml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,28 @@ description = "Sync s3 to REDIS"
55
authors = [
66
{name = "nhsdevws",email = "stephen.wates1@nhs.net"}
77
]
8+
9+
[tool.poetry]
10+
name = "redis-sync"
11+
version = "0.1.0"
12+
description = ""
13+
authors = ["stephen.wates1@nhs.net"]
814
readme = "README.md"
9-
requires-python = ">=3.11"
10-
dependencies = [
15+
packages = [
16+
{include = "src"}
1117
]
1218

19+
[tool.poetry.dependencies]
20+
python = "~3.11"
21+
boto3 = "~1.38.29"
22+
mypy-boto3-dynamodb = "^1.26.164"
23+
moto = "~5.1.5"
24+
python-stdnum = "^2.1"
25+
coverage = "^7.8.0"
26+
27+
[tool.poetry.group.dev.dependencies]
28+
coverage = "^7.8.0"
1329

1430
[build-system]
15-
requires = ["poetry-core>=2.0.0,<3.0.0"]
31+
requires = ["poetry-core"]
1632
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)