diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-16 13:46:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-16 13:47:02 +0000 |
commit | 0bf67268edaffea2640c2f05b301a9f857d9e174 (patch) | |
tree | c475efbe59347375916de4ff26d690b47c65c9da /Pipfile | |
parent | Releasing debian version 2.2.0-4. (diff) | |
download | colorclass-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-- | Pipfile | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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" |