summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authormattsb42-aws <bullocm@amazon.com>2018-02-09 11:18:01 -0800
committermattsb42-aws <bullocm@amazon.com>2018-02-09 11:18:01 -0800
commitb0b141cf75a39613ebc58e0c6c018fc01287fb08 (patch)
tree9596192170c6171b44e31d0d02e6061df4a4c7d7 /requirements.txt
parentf31ff816e74f9ab1b9d518215b2a77ab6ed64141 (diff)
downloadpysnmp-git-b0b141cf75a39613ebc58e0c6c018fc01287fb08.tar.gz
fixing Python 2.6 dependency issue
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index dfbec048..76ab7775 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,4 @@ pycryptodomex; python_version == '3.2'
pycryptodomex; python_version == '3.3'
cryptography; python_version >= '3.4'
pyasn1>=0.2.3
+ordereddict; python_version < '2.7'