From 9ee5296d1f33905e6cb1cc48d687e17672339f7b Mon Sep 17 00:00:00 2001 From: Jamie Bliss Date: Mon, 15 Aug 2022 13:55:27 -0400 Subject: [PATCH 1/2] Fix extras --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7419598..e9d6f1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ packages = find: python_requires = >=3.7 install_requires = - gqlmod[http]~=0.9.0 + gqlmod[httpx]~=0.9.0 setup_requires = wheel From f58246e8b9bed7604e863e214f70c47b7458243b Mon Sep 17 00:00:00 2001 From: Jamie Bliss Date: Mon, 15 Aug 2022 14:03:56 -0400 Subject: [PATCH 2/2] Add pytest-asyncio --- requirements-test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-test.txt b/requirements-test.txt index 010a73f..2ae61ea 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,3 +2,4 @@ git+https://github.com/gqlmod/gqlmod.git#egg=gqlmod[httpx] .[app,sync,async] pytest +pytest-asyncio