Browse Source
fix: removed async property as a dependency
pull/687/head
Richard Nemeth
1 week ago
No known key found for this signature in database
GPG Key ID: 21C39470DF3DEC39
2 changed files with
1 additions and
14 deletions
-
poetry.lock
-
pyproject.toml
|
|
|
@ -121,18 +121,6 @@ files = [ |
|
|
|
{file = "astroid-4.0.3.tar.gz", hash = "sha256:08d1de40d251cc3dc4a7a12726721d475ac189e4e583d596ece7422bc176bda3"}, |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "async-property" |
|
|
|
version = "0.2.2" |
|
|
|
description = "Python decorator for async properties." |
|
|
|
optional = false |
|
|
|
python-versions = "*" |
|
|
|
groups = ["main"] |
|
|
|
files = [ |
|
|
|
{file = "async_property-0.2.2-py2.py3-none-any.whl", hash = "sha256:8924d792b5843994537f8ed411165700b27b2bd966cefc4daeefc1253442a9d7"}, |
|
|
|
{file = "async_property-0.2.2.tar.gz", hash = "sha256:17d9bd6ca67e27915a75d92549df64b5c7174e9dc806b30a3934dc4ff0506380"}, |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "babel" |
|
|
|
version = "2.17.0" |
|
|
|
@ -2982,4 +2970,4 @@ type = ["pytest-mypy"] |
|
|
|
[metadata] |
|
|
|
lock-version = "2.1" |
|
|
|
python-versions = ">=3.9,<4.0" |
|
|
|
content-hash = "7845cd09ab893d3657e7d87bd9483e046b89f0653a5967ac41c2bb2382b3601b" |
|
|
|
content-hash = "a52a4c2c2b3c945f671d45730388dd5d95b00cb48c426918cfd7bea8dff4557d" |
|
|
|
@ -37,7 +37,6 @@ requests-toolbelt = ">=0.6.0" |
|
|
|
deprecation = ">=2.1.0" |
|
|
|
jwcrypto = ">=1.5.4" |
|
|
|
httpx = ">=0.23.2" |
|
|
|
async-property = ">=0.2.2" |
|
|
|
aiofiles = ">=24.1.0" |
|
|
|
|
|
|
|
[tool.poetry.group.docs.dependencies] |
|
|
|
|