Skip to content

Commit

Permalink
added httpmock
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Oct 18, 2023
1 parent 80bd80c commit 354a0f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
requests>=2.20.0
requests>=2.20.0
httmock>=1.2.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 354a0f0

Please sign in to comment.