Skip to content

Commit

Permalink
requirements.txt: Add versions to VCS egg names
Browse files Browse the repository at this point in the history
setuptools can verify that an appropriate version was
installed from the VCS, when the VCS link provides
a version in the egg name.

Related to coala/meta#123
  • Loading branch information
jayvdb committed Jul 28, 2018
1 parent fd96d14 commit af08446
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ dependencies:
- appdirs~=1.4
- cached_property~=1.4.3
- cli_helpers~=1.0.2
- git+https://gitlab.com/coala/coala-utils#egg=coala_utils
- git+https://gitlab.com/coala/coala-utils#egg=coala-utils-0.7.0
- colorlog>=2.7,<4.0
- git+https://gitlab.com/jayvdb/package_manager#egg=dependency_management
- git+https://gitlab.com/jayvdb/package_manager#egg=dependency-management-0.5.0.dev0
- packaging>=16.8
- Pygments~=2.1
- PyPrint~=0.2.6
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
appdirs~=1.4
cached_property~=1.4.3
cli_helpers~=1.0.2
git+https://gitlab.com/coala/coala-utils#egg=coala_utils
git+https://gitlab.com/coala/coala-utils#egg=coala-utils-0.7.0
colorlog>=2.7,<4.0
git+https://gitlab.com/jayvdb/package_manager#egg=dependency_management
git+https://gitlab.com/jayvdb/package_manager#egg=dependency-management-0.5.0.dev0
packaging>=16.8
Pygments~=2.1
PyPrint~=0.2.6
Expand Down

0 comments on commit af08446

Please sign in to comment.