Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Relax requirements of setup.py #91

Open
pakal opened this issue Nov 5, 2019 · 0 comments
Open

Relax requirements of setup.py #91

pakal opened this issue Nov 5, 2019 · 0 comments

Comments

@pakal
Copy link

pakal commented Nov 5, 2019

The setup indicates :

install_requires=['requests==2.8.1','pymongo==3.0.1','bottle==0.12.4','pytest==2.5.2','argcomplete==0.8.1']

But this makes servicemanager unusable with package managers like Poetry, in projects where other dependencies require newer versions of "requests" for example.

Maybe a ">=" would be well sufficient here ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant