diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2016-08-26 12:13:56 -0700 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2016-08-26 12:13:56 -0700 |
commit | 8bbb62c30ce141e4ffef29364a1c61941317835a (patch) | |
tree | 174a74c85179cc67560d46fed6c43b5604396d65 /utils/requirements.txt | |
parent | 07cf1d6213b0d288761bfe3a31c1d44cdddbdd93 (diff) | |
download | openshift-8bbb62c30ce141e4ffef29364a1c61941317835a.tar.gz openshift-8bbb62c30ce141e4ffef29364a1c61941317835a.tar.bz2 openshift-8bbb62c30ce141e4ffef29364a1c61941317835a.tar.xz openshift-8bbb62c30ce141e4ffef29364a1c61941317835a.zip |
Switch to using a requirements.txt file and ensure that setuptools is pinned to the latest version available on RHEL7
Diffstat (limited to 'utils/requirements.txt')
-rw-r--r-- | utils/requirements.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/utils/requirements.txt b/utils/requirements.txt index 8b1378917..02164fb76 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -1 +1,12 @@ - +setuptools==17.1.1 +enum +configparser +pylint +pep8 +nose +coverage +mock +flake8 +PyYAML +click +backports.functools_lru_cache |