summaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 13:46:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 13:47:02 +0000
commit0bf67268edaffea2640c2f05b301a9f857d9e174 (patch)
treec475efbe59347375916de4ff26d690b47c65c9da /Pipfile
parentReleasing debian version 2.2.0-4. (diff)
downloadcolorclass-0bf67268edaffea2640c2f05b301a9f857d9e174.tar.xz
colorclass-0bf67268edaffea2640c2f05b301a9f857d9e174.zip
Merging upstream version 2.2.2 (Closes: #1014036).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..b65ea42
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,13 @@
+[[source]]
+url = "https://pypi.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[packages]
+
+[dev-packages]
+pytest = "*"
+vermin = "*"
+
+[requires]
+python_version = "3.10"