Skip to content

Commit

Permalink
Add marshmallow packages to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonong committed Sep 25, 2020
1 parent b43a687 commit d0923c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +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'
],
python_requires=">=3.6",
package_data={'amundsen_common': ['py.typed']},
Expand Down

0 comments on commit d0923c0

Please sign in to comment.