remove server extras for now

This commit is contained in:
Michael Yang
2023-06-28 17:59:23 -07:00
parent 77eddba5b3
commit 3d76b6bb28
3 changed files with 349 additions and 31 deletions

21
poetry.lock generated
View File

@@ -4,7 +4,7 @@
name = "aiohttp"
version = "3.8.4"
description = "Async http client/server framework (asyncio)"
optional = true
optional = false
python-versions = ">=3.6"
files = [
{file = "aiohttp-3.8.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5ce45967538fb747370308d3145aa68a074bdecb4f3a300869590f725ced69c1"},
@@ -112,7 +112,7 @@ speedups = ["Brotli", "aiodns", "cchardet"]
name = "aiohttp-cors"
version = "0.7.0"
description = "CORS support for aiohttp"
optional = true
optional = false
python-versions = "*"
files = [
{file = "aiohttp-cors-0.7.0.tar.gz", hash = "sha256:4d39c6d7100fd9764ed1caf8cebf0eb01bf5e3f24e2e073fda6234bc48b19f5d"},
@@ -126,7 +126,7 @@ aiohttp = ">=1.1"
name = "aiosignal"
version = "1.3.1"
description = "aiosignal: a list of registered asynchronous callbacks"
optional = true
optional = false
python-versions = ">=3.7"
files = [
{file = "aiosignal-1.3.1-py3-none-any.whl", hash = "sha256:f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17"},
@@ -140,7 +140,7 @@ frozenlist = ">=1.1.0"
name = "async-timeout"
version = "4.0.2"
description = "Timeout context manager for asyncio programs"
optional = true
optional = false
python-versions = ">=3.6"
files = [
{file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"},
@@ -151,7 +151,7 @@ files = [
name = "attrs"
version = "23.1.0"
description = "Classes Without Boilerplate"
optional = true
optional = false
python-versions = ">=3.7"
files = [
{file = "attrs-23.1.0-py3-none-any.whl", hash = "sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04"},
@@ -286,7 +286,7 @@ files = [
name = "frozenlist"
version = "1.3.3"
description = "A list-like structure which implements collections.abc.MutableSequence"
optional = true
optional = false
python-versions = ">=3.7"
files = [
{file = "frozenlist-1.3.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ff8bf625fe85e119553b5383ba0fb6aa3d0ec2ae980295aaefa552374926b3f4"},
@@ -474,7 +474,7 @@ files = [
name = "multidict"
version = "6.0.4"
description = "multidict implementation"
optional = true
optional = false
python-versions = ">=3.7"
files = [
{file = "multidict-6.0.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b1a97283e0c85772d613878028fec909f003993e1007eafa715b24b377cb9b8"},
@@ -663,7 +663,7 @@ zstd = ["zstandard (>=0.18.0)"]
name = "yarl"
version = "1.9.2"
description = "Yet another URL library"
optional = true
optional = false
python-versions = ">=3.7"
files = [
{file = "yarl-1.9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:8c2ad583743d16ddbdf6bb14b5cd76bf43b0d0006e918809d5d4ddf7bde8dd82"},
@@ -746,10 +746,7 @@ files = [
idna = ">=2.0"
multidict = ">=4.0"
[extras]
server = ["aiohttp", "aiohttp-cors"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "6256fc4199a52cd17a7377a19f7a0deafb3b355fcef6e4cb3d82e8227ca12f60"
content-hash = "45d11efe54e87646d1a469782d628c6687815328bc52040e9fc622a508df7684"