From 354a0f0110c893a9084967a32a2680fafefa9168 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Wed, 18 Oct 2023 16:44:22 +0200 Subject: [PATCH] added httpmock --- requirements.txt | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1480256..e3ad266 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -requests>=2.20.0 \ No newline at end of file +requests>=2.20.0 +httmock>=1.2.5 \ No newline at end of file diff --git a/setup.py b/setup.py index 65f6632..bb74fff 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ description='python-keycloak is a Python package providing access to the Compress API.', long_description=long_description, long_description_content_type="text/markdown", - packages=['compress'], + packages=['compress', 'compress.tests'], install_requires=['requests>=2.20.0',], tests_require=['httmock>=1.2.5'], classifiers=[