Drop direct dependency on simplejson · openstack/python-openstackclient@cf6dd62 · GitHub
Skip to content

Commit cf6dd62

Browse files
committed
Drop direct dependency on simplejson
The simplejson library is not included by the requirements but it was directly imported. Drop the direct inclusion and use the alias in the requests library to avoid ImportError caused by missing simplejson in the environment. Also fix the missing requests library in requirements. Change-Id: I8713f45c5f2717cc53ba043aaeb479e72f641f78
1 parent bb459d4 commit cf6dd62

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

openstackclient/api/api.py

Lines changed: 3 additions & 4 deletions

requirements.txt

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)