add Packaging dependency explicitly

This commit is contained in:
Matthias
2023-05-02 19:28:09 +02:00
parent a935f1e4de
commit fb5fac164d
2 changed files with 2 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ setup(
'cryptography',
'httpx',
'python-dateutil',
'packaging',
],
extras_require={
'dev': all_extra,