Skip to content

Commit

Permalink
dep fix and v bump (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
  • Loading branch information
allisonsuarez authored Nov 30, 2020
1 parent ff9d2e2 commit 25622d2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@

setup(
name='amundsen-common',
version='0.5.8',
version='0.5.9',
description='Common code library for Amundsen',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='https://github.com/amundsen-io/amundsencommon',
maintainer='Amundsen TSC',
maintainer_email='amundsen-tsc@lists.lfai.foundation',
packages=find_packages(exclude=['tests*']),
dependency_links=[],
dependency_links=[
('git+https://www.github.com/hilearn/marshmallow-annotations.git@a7a2dc96932430369bd'
'ef36555082df990ed9bef#egg=marshmallow-annotations')
],
install_requires=[
# Packages in here should rarely be pinned. This is because these
# packages (at the specified version) are required for project
Expand All @@ -32,8 +35,7 @@
# and less than 2.x installed.
'flask>=1.0.2',
'marshmallow>=2.15.3,<=3.6',
('git+https://www.github.com/hilearn/marshmallow-annotations.git@a7a2dc96932430369bd'
'ef36555082df990ed9bef#egg=marshmallow-annotations')
'marshmallow-annotations'
],
python_requires=">=3.6",
package_data={'amundsen_common': ['py.typed']},
Expand Down

0 comments on commit 25622d2

Please sign in to comment.