-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from cloudify-cosmo/allow-passing-arbitrary-pi…
…p-arguments added the ability to pass additional pip wheel and pip install arguments
- Loading branch information
Showing
8 changed files
with
110 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
- wagon/wagon.py:360: # TODO: maybe we don't want to be that explicit and allow using >= | ||
- wagon/wagon.py:361: # TODO: or just a package name... | ||
- wagon/wagon.py:436: # TODO: Let the user provide supported Python versions. | ||
- wagon/wagon.py:437: # TODO: Let the user provide supported Architectures. | ||
- wagon/wagon.py:361: # TODO: maybe we don't want to be that explicit and allow using >= | ||
- wagon/wagon.py:362: # TODO: or just a package name... | ||
- wagon/wagon.py:440: # TODO: Let the user provide supported Python versions. | ||
- wagon/wagon.py:441: # TODO: Let the user provide supported Architectures. | ||
- wagon/utils.py:48: # TODO: implement using sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.