closeio / flask-mongorest

Restful API framework wrapped around MongoEngine
Other
522 stars 87 forks source link

Package requirements are broken in PyPI #116

Closed lig closed 1 year ago

lig commented 6 years ago

Package requirements aren't recognized when installing from PyPI. Also, it could be helpful to move nose to something like

    extras_require={
        'test': ['nose'],
    },

After that, it will be possible to setup test environment like that

python setup.py develop
pip install Flask-MongoRest[test]