From 08ee250608811538544708bc05927171cac5529c Mon Sep 17 00:00:00 2001 From: chris3k Date: Thu, 20 Apr 2017 19:34:58 +0200 Subject: [PATCH] ordereddict import compatible with Python 2.6 Add requirement --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index da0632a..8dc1b2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ bottle>=0.12.7 python-dateutil>=2.2 sphinx_rtd_theme +ordereddict; python_version < '2.7'