cmdmnt / commandment

Open Source Apple MDM implemented in Python
MIT License
295 stars 61 forks source link

Flask fails to install on setup.py #12

Closed cheizer closed 7 years ago

cheizer commented 7 years ago

Error: Installed /Users/local/Desktop/mdm/commandment/env/lib/python3.6/site-packages/Flask_REST_JSONAPI-0.13.2-py3.6.egg error: The 'Flask' distribution was not found and is required by commandment, flask-marshmallow, Flask-OAuthlib

Changing "Flask" to "flask" in the setup.py install_requires fixes it.

cheizer commented 7 years ago

Also, changing the order is also needed. Move "flask" below "Flask-JWT". install_requires installs from the bottom up

mosen commented 7 years ago

hey there. thanks for reporting this. I've been working out of requirements.txt so i'll update setup.py to reflect the latest dependencies.