Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpin versions? #29

Open
moshemalawach opened this issue Jul 16, 2019 · 1 comment
Open

Unpin versions? #29

moshemalawach opened this issue Jul 16, 2019 · 1 comment

Comments

@moshemalawach
Copy link

Hello,

Is it possible to unpin the == versions in setup.py?
It makes it very hard to use in conjunction with other libraries! (and two1 is required itself by a bunch of other libs...)

Thanks

@cheeseandcereal
Copy link

I agree, especially with stuff like requests<=2.11.0, and pinning exact alpha versions of packages (protobuf==3.0.0a3), it's nearly impossible to use this package with anything else without getting dependency conflicts and potential unknown behavior.

Not to mention that dev dependencies should be removed from the requires entirely (flake8, pytest, etc)

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

No branches or pull requests

2 participants