Feature Request
First thanks for creating this much needed tool for the python community.
I don't see this in the documentation or an existing issue for it, but it would be awesome if I could have a git dependency something like this:
requests = { git = "https://github.com/kennethreitz/requests.git", semver = "^2.20.0" }
That would allow for automatic updating based on the git tags that meet the semver requirement and match this regex in their tag name: ^v?\d+\.\d+\.\d+$ (or something similar).
As an example, NPM allows for this https://docs.npmjs.com/files/package.json#git-urls-as-dependencies
Feature Request
First thanks for creating this much needed tool for the python community.
I don't see this in the documentation or an existing issue for it, but it would be awesome if I could have a git dependency something like this:
That would allow for automatic updating based on the git tags that meet the semver requirement and match this regex in their tag name:
^v?\d+\.\d+\.\d+$(or something similar).As an example, NPM allows for this https://docs.npmjs.com/files/package.json#git-urls-as-dependencies