Skip to content

Commit

Permalink
trying lint fix out
Browse files Browse the repository at this point in the history
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
  • Loading branch information
allisonsuarez committed Nov 9, 2020
1 parent 7ef9fad commit f8f01a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
# 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@a7a2dc96932430369bdef36555082df990ed9bef#egg=marshmallow-annotations'
('git+https://www.github.com/hilearn/marshmallow-annotations.git@a7a2dc96932430369bd'
'ef36555082df990ed9bef#egg=marshmallow-annotations')
],
python_requires=">=3.6",
package_data={'amundsen_common': ['py.typed']},
Expand Down

0 comments on commit f8f01a0

Please sign in to comment.