jstacoder / flask-xxl

A best practices approach to creating large web apps, which gives the ease and power of django to your flask app
387 stars 21 forks source link

code mirror requirement conflicts with flask-cms #9

Closed cstrutton closed 9 years ago

cstrutton commented 9 years ago

flask-xxl requires code-mirror == 0.0.3 flask-cms (which requires flask-xxl) requires code-mirror == 0.0.4

jstacoder commented 9 years ago

im not sure whats changed so for now im going to stick to 0.0.3, jstacoder/flask-cms#14 was failing because there was no version requirement so it installed the latest 0.0.4 while flask-xxl wanted 0.0.3, so i updated flask-cms to specifically look for 0.0.3 as well.