Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Package requirements are broken in PyPI #116

Closed
wants to merge 1 commit into from
Closed

Conversation

lig
Copy link

@lig lig commented Oct 17, 2017

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]

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

```python
    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]
```
@lig lig closed this Aug 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant