lernanta icon indicating copy to clipboard operation
lernanta copied to clipboard

Use specific versions for pip requirements from a VCS

Open dirkcuys opened this issue 13 years ago • 1 comments

Change -e VCS+REPOS_URL[@REV]#egg=PACKAGE to use the @REV tag.

Test with the chosen revisions before committing the requirements file!

See prod.txt and 'pip help install' for more info.

dirkcuys avatar May 21 '12 13:05 dirkcuys

You can use 'pip freeze' to get the specific revision used for the dependencies.

dirkcuys avatar Jun 04 '12 13:06 dirkcuys