Skip to content

Commit

Permalink
fixing python-flask-restful dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
asmodehn committed Apr 16, 2018
1 parent 206517b commit 0a16323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<depend version_gte="3.0.2">flask_cors</depend>
<depend version_gte="0.2.0">flask_reverse_proxy</depend>
<depend version_gte="0.3.4">flask_restful</depend>
<depend version_gte="0.3.4">python-flask-restful</depend>

<!--TEMPORARY until pyros declares it properly ( >0.3.0)-->
<!-- <depend version_gte="1.0.1">python-mock</depend> PYROS SHOULD HAVE IT NOW-->
Expand Down

0 comments on commit 0a16323

Please sign in to comment.