mirror of
https://github.com/entropia/paperless-asn-qr-codes.git
synced 2024-11-03 09:04:57 +00:00
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:
parent
4d7c9d57bf
commit
13b80e0ada
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ classifiers = [
|
|||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
]
|
||||
dependencies = [
|
||||
"argparse",
|
||||
"reportlab",
|
||||
"reportlab_qrcode"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue