diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2018-05-15 10:52:02 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2018-06-06 10:45:35 +0100 |
commit | 8615c73862803147d357fae81df082ca41774c51 (patch) | |
tree | 8df23025defdcae0c25040fd1df2294d2aa07dd1 /requirements.txt | |
parent | 04df94418071b48a15aa80636dd34243ed374d2c (diff) | |
download | sos-8615c73862803147d357fae81df082ca41774c51.tar.gz |
[build] make futures dep conditional on python version
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 7abc37f6..6888f3fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ pep8>=1.7.0 nose>=1.3.7 coverage>=4.0.3 Sphinx>=1.3.5 -futures +futures;python_version<"3.4" |