Skip to content

Commit

Permalink
Merge pull request #18 from STRONG-MAD/impl/support_importlib-metadat…
Browse files Browse the repository at this point in the history
…a_lib_up_to_4x

Bump importlib-metadata package support up to 4.x
  • Loading branch information
GHadari authored May 16, 2022
2 parents f92fa57 + 3c38657 commit 3106015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ marshmallow==2.21.0
cryptography==3.2.1
colorama==0.4.4
click==7.0
importlib-metadata==3.4.0
importlib-metadata==3.10.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read(path):
'cryptography>=2.8',
'colorama>=0.2',
'click',
'importlib-metadata<=3.4.0'
'importlib-metadata<4'
]
setup(
name="netunnel",
Expand Down

0 comments on commit 3106015

Please sign in to comment.