Skip to content

Commit

Permalink
Merge pull request #3 from claroty/tomer322/versioning
Browse files Browse the repository at this point in the history
added importlib-metadata as requirement
  • Loading branch information
tomer322 authored Jan 20, 2021
2 parents 3d930fb + 39a0943 commit 0611fb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pymongo==3.11.0 # We need the bson packaged provided by pymongo
marshmallow==2.21.0
cryptography==3.2.1
colorama==0.4.4
click==7.0
click==7.0
importlib-metadata==3.4.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def read(path):
'marshmallow<=3.10.0', # We have temporary backwards compatibility for 2.X, but also support 3.X
'cryptography>=2.8',
'colorama<=0.4.4',
'click<=7.2'
'click<=7.2',
'importlib-metadata>=2.0.0,<=3.4.0'
]

setup(
Expand Down

0 comments on commit 0611fb3

Please sign in to comment.