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

Improve the Version Identification and Dependency Specification #4

Open
mertyildiran opened this issue Dec 15, 2020 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@mertyildiran
Copy link
Member

mertyildiran commented Dec 15, 2020

Right now we detect the requested version in here.

We should improve it by inheriting much of the PEP 440

We should support commands like:

occultist install math ==0.1.0
occultist install math >=0.1.0
occultist install math >=0.1.0,<0.2.0
occultist install math 0.1.*

After implementing this feature, this section in the documentation should also be updated.

@mertyildiran mertyildiran added the enhancement New feature or request label Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants