Skip to content

Commit

Permalink
add Packaging dependency explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed May 2, 2023
1 parent a935f1e commit fb5fac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ websockets==11.0.2
janus==1.0.0

ast-comments==1.0.1
packaging==23.1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
'cryptography',
'httpx',
'python-dateutil',
'packaging',
],
extras_require={
'dev': all_extra,
Expand Down

0 comments on commit fb5fac1

Please sign in to comment.