chore: drop argparse from dependencies

argparse is part of the python standard library since python 3.2, this
project is targeting at least python 3.7.

https://pypi.org/project/argparse/
This commit is contained in:
Alexander Sieg 2024-05-08 11:57:08 +02:00 committed by Jan Christian Grünhage
parent 4d7c9d57bf
commit 13b80e0ada
Signed by: jcgruenhage
GPG key ID: EEC1170CE56FA2ED

View file

@ -23,7 +23,6 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"argparse",
"reportlab",
"reportlab_qrcode"
]