root: remove python requirement from pipfile

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-09-16 10:28:50 +02:00
parent 471f7d9c62
commit 124071f9be
3 changed files with 4 additions and 8 deletions

View File

@ -49,9 +49,6 @@ ua-parser = "*"
deepmerge = "*"
colorama = "*"
[requires]
python_version = "3.9"
[dev-packages]
bandit = "*"
black = "==21.5b1"