openstack-python-openstackc.../openstackclient/api
Takashi Kajinami 685b7506a7 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 cf6dd62dd1)
2024-07-25 12:21:27 +00:00
..
__init__.py Add low-level API base class 2014-09-29 12:32:45 -05:00
api.py Drop direct dependency on simplejson 2024-07-25 12:21:27 +00:00
compute_v2.py Blacken openstackclient.api 2023-05-10 10:51:30 +01:00
image_v1.py Blacken openstackclient.api 2023-05-10 10:51:30 +01:00
image_v2.py Support --community in openstack image list 2018-07-24 22:48:01 +00:00
object_store_v1.py Blacken openstackclient.api 2023-05-10 10:51:30 +01:00