Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mzaglia committed Jul 31, 2020
1 parent 51ea0c5 commit e830307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
install_requires=['Flask>=1.1.1',
'PyYAML>=5.3',
'apispec>=3.3.1',
'apispec-webframeworks>=0.5.2'
'apispec-webframeworks>=0.5.2',
'jsonmerge>=1.7.0',
'marshmallow>=3.6.1'],
classifiers=[
Expand Down

0 comments on commit e830307

Please sign in to comment.