Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated min reqs; Fixed install of latest reqs #77

Merged
merged 1 commit into from Nov 3, 2018

Conversation

andy-maier
Copy link
Member

No description provided.

Details:

* Upgraded the minimum versions of the following dependent packages:
  - setuptools==36.2.1 (was 33.1.1) to fix mismatch with min req of pipenv
  - PyNaCl==1.3.0 (was 1.0.1) to provide Python 3.7 support

* Fixed the pip install options for PACKAGE_LEVEL=latest; they specified
  only --upgrade which does not actually upgrade dependent packages that match
  the requirements. This change adds --upgrade-stragety eager to make sure
  all packages are at the latest level.

Signed-off-by: Andreas Maier <maiera@de.ibm.com>
@andy-maier andy-maier self-assigned this Nov 3, 2018
@andy-maier andy-maier added this to the 0.6.0 milestone Nov 3, 2018
@andy-maier andy-maier merged commit 5399940 into master Nov 3, 2018
@andy-maier andy-maier deleted the andy/fix-pkg-latest branch November 3, 2018 11:14
@coveralls
Copy link

Coverage Status

Coverage remained the same at 36.396% when pulling e38122d on andy/fix-pkg-latest into 965fdee on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants