aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-03-10 09:57:19 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-03-10 10:07:39 +0000
commit9064299ada0d30c0316d26847ec30d1c7e012b30 (patch)
treecbc9aeaca5e88f8e128af8806a0052f1c648585e
parent75b7c9be8db073ec728282d4027d5eb1f0a24802 (diff)
Add more_itertools into setup.cfg
Fix error when trying to use aai_bulk after SDK is installed using setuptools Issue-ID: INT-2193 Change-Id: I279160d393092638c79a81d162e4346ef18eb99e Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 9fbcc6b..e065f6e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,6 +28,7 @@ install_requires =
pyOpenSSL==22.0.0
jsonschema==4.4.0
dacite==1.6.0
+ more-itertools>=8.12.0
setup_requires =
pytest-runner==5.2
tests_require =