Merge "Remove usage of ordereddict"

This commit is contained in:
Zuul
2018-03-26 16:10:27 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 5 deletions
+1 -4
View File
@@ -15,10 +15,7 @@
# under the License. # under the License.
import argparse import argparse
try: from collections import OrderedDict
from collections import OrderedDict
except ImportError:
from ordereddict import OrderedDict
import hashlib import hashlib
import logging import logging
import os import os
-1
View File
@@ -5,7 +5,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD mock>=2.0.0 # BSD
ordereddict>=1.1 # MIT
os-client-config>=1.28.0 # Apache-2.0 os-client-config>=1.28.0 # Apache-2.0
openstackdocstheme>=1.18.1 # Apache-2.0 openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0