cmdmnt / commandment

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

Wrong dependency versions #16

Open jostster opened 6 years ago

jostster commented 6 years ago

Running python setup.py install returns the following error


error: marshmallow 3.0.0b10 is installed but marshmallow==2.13.1 is required by {'Flask-REST-JSONAPI'}
mosen commented 6 years ago

Let me replicate and fix setup.py

mosen commented 6 years ago

I've copied most pipenv requirements into setup.py however pipenv is still the recommended install method