Skip to content

Commit

Permalink
Merge pull request #2394 from xlqian/fix_problem_with_pip_10.0.0
Browse files Browse the repository at this point in the history
fix problem caused by pip 10.0.0
  • Loading branch information
kinnou02 authored Apr 19, 2018
2 parents e988ab6 + e1bb42a commit ff55cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/jormungandr/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==0.10.1
git+https://github.com/CanalTP/flask-restful.git@76346f65ca12a8edb9b32688cdc192ad391fa686#egg=Flask_RESTful-master
git+https://github.com/CanalTP/flask-restful.git@76346f65ca12a8edb9b32688cdc192ad391fa686
Flask-SQLAlchemy==1.0
Flask-Script==0.6.7
Flask-Cors==1.9.0
Expand Down Expand Up @@ -35,6 +35,6 @@ zeep==1.1.0
--no-binary=gevent,greenlet #the wheel is built against python 2.7.4 and debian is on 2.7.3 :(
gevent==1.1.2
Flask-Cache==0.13.1
git+https://github.com/canaltp/serpy.git@ctp#egg=serpy
git+https://github.com/canaltp/serpy.git@ctp
python-json-logger==0.1.7
jmespath==0.9.3
2 changes: 1 addition & 1 deletion source/tyr/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==0.10.1
Flask-Migrate==1.1.1
git+https://github.com/CanalTP/flask-restful.git@76346f65ca12a8edb9b32688cdc192ad391fa686#egg=Flask_RESTful
git+https://github.com/CanalTP/flask-restful.git@76346f65ca12a8edb9b32688cdc192ad391fa686
Flask-SQLAlchemy==1.0
Flask-Script==0.6.7
GeoAlchemy2==0.2.4
Expand Down

0 comments on commit ff55cf2

Please sign in to comment.