forked from fugue/credstash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove version constraints from setup.py
`pip` can behave unexpectedly with some version constraints. 1. It will abort when constraints aren't satisfiable using the highest version 2. It will not consider multiple constraints on a single dependency In general, it is safer to remove constraints from setup.py, and allow users to ensure install which-ever dependencies work.
- Loading branch information
1 parent
2e8f1e4
commit aa93d67
Showing
2 changed files
with
8 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
cryptography>=1.5 | ||
boto3>=1.1.1 | ||
click>=6.6 | ||
PyYAML>=3.10 |
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