Skip to content

Commit

Permalink
chore: fix setup.py (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: feng-tao <[email protected]>
  • Loading branch information
feng-tao authored Oct 2, 2020
1 parent a4d6607 commit c519dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# 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>=2.15.3',
'marshmallow-annotations>=2.4.0'
],
python_requires=">=3.6",
Expand Down

0 comments on commit c519dab

Please sign in to comment.