Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

setup.py: Shore up dependency version specifications #616

Merged
merged 1 commit into from
Jun 15, 2016

Commits on Jun 15, 2016

  1. setup.py: Shore up dependency version specifications

    We've been historically sloppy about how we specify these; some of these
    have been pinned to exact versions (unnecessarily preventing security
    and bug fixes), others have just not specified version constraints at
    all. This patches defines, documents, and implements a policy.
    
    The timing for this patch has to do with the upcoming keystone
    authentication backend; our previous version constraint on the requests
    package unnecessarily conflicted with the constraint specified by
    python-keystoneclient.
    zenhack committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    d97ef13 View commit details
    Browse the repository at this point in the history