We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 193a7ca + 87f887f commit d0c972cCopy full SHA for d0c972c
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='python-keycloak',
10
- version='0.13.1',
+ version='0.13.2',
11
url='https://bitbucket.org/agriness/python-keycloak',
12
license='The MIT License',
13
author='Marcos Pereira',
@@ -17,8 +17,8 @@
17
long_description=long_description,
18
long_description_content_type="text/markdown",
19
packages=['keycloak', 'keycloak.authorization', 'keycloak.tests'],
20
- install_requires=['requests==2.18.4', 'python-jose==1.4.0'],
21
- tests_require=['httmock==1.2.5'],
+ install_requires=['requests>=2.18.4', 'python-jose>=1.4.0'],
+ tests_require=['httmock>=1.2.5'],
22
classifiers=[
23
'Programming Language :: Python :: 3',
24
'License :: OSI Approved :: MIT License',
0 commit comments