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

Commit 685b750

Browse files
kajinamitosfrickler
authored andcommitted
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 (cherry picked from commit cf6dd62)
1 parent 2825385 commit 685b750

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)