diff --git a/poetry.lock b/poetry.lock index f1a63a5..40ab2dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3,7 +3,7 @@ name = "aiohttp" version = "3.7.4.post0" description = "Async http client/server framework (asyncio)" category = "main" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -22,7 +22,7 @@ name = "aries-staticagent" version = "0.9.0-pre4" description = "Aries Static Agent library for Python" category = "main" -optional = false +optional = true python-versions = "^3.7" develop = false @@ -60,7 +60,7 @@ name = "async-timeout" version = "3.0.1" description = "Timeout context manager for asyncio programs" category = "main" -optional = false +optional = true python-versions = ">=3.5.3" [[package]] @@ -105,7 +105,7 @@ name = "base58" version = "2.1.0" description = "Base58 and Base58Check implementation." category = "main" -optional = false +optional = true python-versions = ">=3.5" [package.extras] @@ -152,7 +152,7 @@ name = "cffi" version = "1.15.0" description = "Foreign Function Interface for Python calling C code." category = "main" -optional = false +optional = true python-versions = "*" [package.dependencies] @@ -171,7 +171,7 @@ name = "chardet" version = "4.0.0" description = "Universal encoding detector for Python 2 and 3" category = "main" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] @@ -317,7 +317,7 @@ name = "idna" version = "3.3" description = "Internationalized Domain Names in Applications (IDNA)" category = "main" -optional = false +optional = true python-versions = ">=3.5" [[package]] @@ -358,7 +358,7 @@ name = "msgpack" version = "1.0.2" description = "MessagePack (de)serializer." category = "main" -optional = false +optional = true python-versions = "*" [[package]] @@ -366,7 +366,7 @@ name = "multidict" version = "5.2.0" description = "multidict implementation" category = "main" -optional = false +optional = true python-versions = ">=3.6" [[package]] @@ -469,7 +469,7 @@ name = "pycparser" version = "2.20" description = "C parser in Python" category = "main" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] @@ -477,7 +477,7 @@ name = "pydantic" version = "1.8.2" description = "Data validation and settings management using python 3.6 type hinting" category = "main" -optional = false +optional = true python-versions = ">=3.6.1" [package.dependencies] @@ -500,7 +500,7 @@ name = "pynacl" version = "1.4.0" description = "Python binding to the Networking and Cryptography (NaCl) library" category = "main" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [package.dependencies] @@ -605,7 +605,7 @@ name = "semver" version = "2.13.0" description = "Python helper for Semantic Versioning (http://semver.org/)" category = "main" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] @@ -629,7 +629,7 @@ name = "sortedcontainers" version = "2.4.0" description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set" category = "main" -optional = false +optional = true python-versions = "*" [[package]] @@ -717,7 +717,7 @@ name = "yarl" version = "1.7.0" description = "Yet another URL library" category = "main" -optional = false +optional = true python-versions = ">=3.6" [package.dependencies] @@ -739,12 +739,12 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [extras] client = ["httpx"] -server = ["fastapi"] +server = ["fastapi", "aries-staticagent"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "b799372480b8116550d70bfdeba24ff899ed09f7c38e50423caad562adea6573" +content-hash = "583e3003ad768f15bebc199630427c7de58f62f8319a4c0f93ea94f231efd67f" [metadata.files] aiohttp = [