Remove httplib2 requirement
There are no imports from httplib2 and everything seems to be converted over to using the requests library now, so remove the extraneous dependency. Change-Id: I6a2a9543ea8f5da29494e1dba7659ec02a43deea
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
pbr>=0.6,!=0.7,<1.0
|
||||
argparse
|
||||
cliff>=1.4.3
|
||||
httplib2>=0.7.5
|
||||
iso8601>=0.1.9
|
||||
netaddr>=0.7.6
|
||||
requests>=1.1
|
||||
|
||||
Reference in New Issue
Block a user