aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 592d8809f255f5a9a67af1dd8e55b271275e0c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[project]
name = "gdpr-obfuscator"
version = "0.1.0"
description = "A Python library designed to detect and remove Personally Identifiable Information (PII) from CSV files stored in an AWS S3 bucket."
authors = [{ name = "Alex Schofield", email = "git@ajschof.me>"}]
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["tabulate (>=0.9.0,<0.10.0)", "boto3 (>=1.36.22,<2.0.0)"]

[tool.poetry]
package-mode = true
packages = [
    { include = "gdpr_obfuscator"}
]

[tool.poetry.group.dev.dependencies]
pytest = "8.3.4"
pytest-cov = "^6.0.0"
moto = "^5.0.28"
safety = "^3.3.0"
black = "^25.1.0"
pytest-testdox = "^3.1.0"

[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
git.ajschof.me — hosted by ajschofield — powered by cgit