diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-11 13:23:19 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-11 13:23:19 +0000 |
| commit | 689e43b4ba5e88faccbef9b0f7f3e45a4d519744 (patch) | |
| tree | 487d961f1cf319392303b8bf0843f360fd9af0b5 /Pipfile | |
| parent | e6bedc5c9d391b761fec6529de8537a991125c26 (diff) | |
| download | gdpr-obfuscator-689e43b4ba5e88faccbef9b0f7f3e45a4d519744.tar.gz gdpr-obfuscator-689e43b4ba5e88faccbef9b0f7f3e45a4d519744.zip | |
add initial tests for csv_reader
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] + +[dev-packages] +pytest = "*" + +[requires] +python_version = "3.13" |
