From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Wed, 28 Apr 2021 18:53:01 +0200
Subject: Add missing dependency on (python-)certifi

The library is using python-certifi since version 3.2.1 at least, thus
the library needs to depend on this additional part.
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index cda6e29..1316175 100644
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,7 @@ setup(name='python-ilorest-library',
       packages=find_packages('src'),
       package_dir={'': 'src'},
       install_requires=[
+          'certifi',
           'jsonpatch',
           'jsonpath_rw',
           'jsonpointer',
