Skip to content

Commit

Permalink
Remove the ordereddict backport for Python < 2.7
Browse files Browse the repository at this point in the history
Fixes #3309 (PARTIAL FIX!!)  The [ordereddict backport](https://pypi.python.org/pypi/ordereddict) in no longer needed because collections.OrderedDict is part of the Standard Library in Python 2.7 and Python 3.  This repo no longer supports Python < 2.7.
  • Loading branch information
cclauss committed Oct 2, 2017
1 parent 2c1a638 commit 221400b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -23,7 +23,7 @@ Markdown==2.6.7
MarkupSafe==0.23 # via jinja2, mako, webhelpers
nose==1.3.7 # via pylons
ofs==0.4.2
ordereddict==1.1
# ordereddict==1.1 # Python 2.7+ use stdlib collections.OrderedDict
Pairtree==0.7.1-T
passlib==1.6.5
paste==1.7.5.1
Expand Down

0 comments on commit 221400b

Please sign in to comment.