From ce17d2fb06e7ad23867d08bbabe243a86ff56ce5 Mon Sep 17 00:00:00 2001 From: Grant Curell Date: Tue, 24 Mar 2020 12:41:04 -0500 Subject: [PATCH] Add wheel to requirements --- requirements-python2x.txt | 3 ++- requirements-python3x.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements-python2x.txt b/requirements-python2x.txt index 613186d..7bdbbe9 100644 --- a/requirements-python2x.txt +++ b/requirements-python2x.txt @@ -4,4 +4,5 @@ enum34>=1.1.6 requests>=2.12.3 PyYAML>=3.12 future>=0.16.0 -pysnmp_mibs>=0 \ No newline at end of file +pysnmp_mibs>=0 +wheel \ No newline at end of file diff --git a/requirements-python3x.txt b/requirements-python3x.txt index 18620a0..4b069fe 100644 --- a/requirements-python3x.txt +++ b/requirements-python3x.txt @@ -2,4 +2,5 @@ pysnmp>=4.4.1 requests>=2.12.3 PyYAML>=3.12 future>=0.16.0 -pysnmp_mibs>=0 \ No newline at end of file +pysnmp_mibs>=0 +wheel \ No newline at end of file