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

Use version ranges instead of pinning exact versions #22

Closed
software-opal opened this issue May 30, 2019 · 3 comments
Closed

Use version ranges instead of pinning exact versions #22

software-opal opened this issue May 30, 2019 · 3 comments

Comments

@software-opal
Copy link

I'm trying to use your library on Python 3 and with Sphinx 2.0.1, and I have noticed that your package pins every package it depends on, this makes it very difficult to use new Sphinx versions.

@pauleikis
Copy link

Same issue, cannot use library because it's requirements are too strict

@clayrisser
Copy link
Owner

I am sorry about that. I built the requirements.txt file by running pip3 freeze > requirements.txt.

@software-opal would you be interested in removing the packages it does not depend on and submitting it as a pull request?

@clayrisser
Copy link
Owner

This should be fixed with version 0.5.0.

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

3 participants