Skip to content

Commit

Permalink
chore: set a range for deps (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: feng-tao <fengtao04@gmail.com>
  • Loading branch information
feng-tao authored Oct 2, 2020
1 parent 7c54dd9 commit bab8939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='amundsen-common',
version='0.5.3',
version='0.5.4',
description='Common code library for Amundsen',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand All @@ -31,8 +31,8 @@
# long as they have a version of pyfoobar equal to or greater than 1.x
# and less than 2.x installed.
'flask>=1.0.2',
'marshmallow>=2.15.3',
'marshmallow-annotations>=2.4.0'
'marshmallow>=2.15.3,<3.0',
'marshmallow-annotations>=2.4.0,<3.0'
],
python_requires=">=3.6",
package_data={'amundsen_common': ['py.typed']},
Expand Down

0 comments on commit bab8939

Please sign in to comment.