aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-11 13:23:19 +0000
committerAlex Schofield <git@ajschof.me>2025-02-11 13:23:19 +0000
commit689e43b4ba5e88faccbef9b0f7f3e45a4d519744 (patch)
tree487d961f1cf319392303b8bf0843f360fd9af0b5 /Pipfile
parente6bedc5c9d391b761fec6529de8537a991125c26 (diff)
downloadgdpr-obfuscator-689e43b4ba5e88faccbef9b0f7f3e45a4d519744.tar.gz
gdpr-obfuscator-689e43b4ba5e88faccbef9b0f7f3e45a4d519744.zip
add initial tests for csv_reader
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..e915499
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,12 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+
+[dev-packages]
+pytest = "*"
+
+[requires]
+python_version = "3.13"
git.ajschof.me — hosted by ajschofield — powered by cgit