cobrateam / flask-mongoalchemy

Flask support for MongoDB using MongoAlchemy.
https://pythonhosted.org/Flask-MongoAlchemy/
BSD 2-Clause "Simplified" License
217 stars 45 forks source link

Flask-MongoAlchemy downgrades my Flask #16

Closed jeverling closed 13 years ago

jeverling commented 13 years ago

Hi, in requirements.txt you have >= for versions, but in setup.py the version numbers are absolute. It would be cool if you could change it there as well, otherwise Flask gets downgraded if you do pip install from pypi.

Thanks and Best Regards,

Jesaja Everling

fsouza commented 13 years ago

Just fixed, thank you, dude :)

jeverling commented 13 years ago

Thank you for the instant fix! :)