Add py26 deprecation to changelog

This commit is contained in:
Steve Pulec 2017-03-06 21:22:37 -05:00
commit cf771d7f14
2 changed files with 1 additions and 3 deletions

View file

@ -15,9 +15,6 @@ install_requires = [
]
extras_require = {
# No builtin OrderedDict before 2.7
':python_version=="2.6"': ['ordereddict'],
'server': ['flask'],
}