aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 4aa227ac6c7f772b42544870018f1b6dc723db64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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 = [
]

[tool.poetry]
packages = [
    { include = "gdpr-obfuscator", from = "obfuscator" }
]

[tool.poetry.group.dev.dependencies]
pytest = "8.3.4"

[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