Petr Hála
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
pyproject.toml
|
@ -30,6 +30,7 @@ Documentation = "https://python-keycloak.readthedocs.io/en/latest/" |
|
|
|
|
|
|
|
|
[tool.poetry.dependencies] |
|
|
[tool.poetry.dependencies] |
|
|
python = ">=3.7,<4.0" |
|
|
python = ">=3.7,<4.0" |
|
|
|
|
|
setuptools = "*" |
|
|
requests = ">=2.20.0" |
|
|
requests = ">=2.20.0" |
|
|
python-jose = ">=3.3.0" |
|
|
python-jose = ">=3.3.0" |
|
|
mock = {version = "^4.0.3", optional = true} |
|
|
mock = {version = "^4.0.3", optional = true} |
|
|