Browse Source
Merge pull request #16 from marcospereirampj/feature/security
Feature/security
hotfix/merge
Marcos Pereira
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
docs/source/conf.py
-
setup.py
|
|
@ -60,9 +60,9 @@ author = 'Marcos Pereira' |
|
|
|
# built documents. |
|
|
|
# |
|
|
|
# The short X.Y version. |
|
|
|
version = '0.17.3' |
|
|
|
version = '0.17.4' |
|
|
|
# The full version, including alpha/beta/rc tags. |
|
|
|
release = '0.17.3' |
|
|
|
release = '0.17.4' |
|
|
|
|
|
|
|
# The language for content autogenerated by Sphinx. Refer to documentation |
|
|
|
# for a list of supported languages. |
|
|
|
|
|
@ -7,7 +7,7 @@ with open("README.md", "r") as fh: |
|
|
|
|
|
|
|
setup( |
|
|
|
name='python-keycloak', |
|
|
|
version='0.17.3', |
|
|
|
version='0.17.4', |
|
|
|
url='https://github.com/marcospereirampj/python-keycloak', |
|
|
|
license='The MIT License', |
|
|
|
author='Marcos Pereira', |
|
|
@ -17,7 +17,7 @@ setup( |
|
|
|
long_description=long_description, |
|
|
|
long_description_content_type="text/markdown", |
|
|
|
packages=['keycloak', 'keycloak.authorization', 'keycloak.tests'], |
|
|
|
install_requires=['requests>=2.18.4', 'python-jose>=1.4.0'], |
|
|
|
install_requires=['requests>=2.20.0', 'python-jose>=1.4.0'], |
|
|
|
tests_require=['httmock>=1.2.5'], |
|
|
|
classifiers=[ |
|
|
|
'Programming Language :: Python :: 3', |
|
|
|