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

@ -60,3 +60,4 @@ websockets==11.0.2
janus==1.0.0
ast-comments==1.0.1
packaging==23.1

View File

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