Skip to content

Commit

Permalink
fix: Remove httpx dependency (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger authored Aug 7, 2024
1 parent f79c07c commit ad13121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ authors = [
license = "MIT"
repository = "http://github.com/eifinger/aioweenect"
dependencies = [
"httpx>=0.27.0",
"aiohttp>=3.10.0",
"aiohttp>=3.10.1",
]
readme = "README.md"
requires-python = ">= 3.9"
Expand Down
20 changes: 1 addition & 19 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,16 @@
-e file:.
aiohappyeyeballs==2.3.4
# via aiohttp
aiohttp==3.10.0
aiohttp==3.10.1
# via aioweenect
# via aresponses
aiosignal==1.3.1
# via aiohttp
anyio==4.4.0
# via httpx
aresponses==3.0.0
async-timeout==4.0.3 ; python_version < '3.11'
# via aiohttp
attrs==24.1.0
# via aiohttp
certifi==2024.7.4
# via httpcore
# via httpx
cfgv==3.4.0
# via pre-commit
codespell==2.3.0
Expand All @@ -37,24 +32,15 @@ coverage==7.6.0
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.2 ; python_version < '3.11'
# via anyio
# via pytest
filelock==3.15.4
# via virtualenv
frozenlist==1.4.1
# via aiohttp
# via aiosignal
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via aioweenect
identify==2.6.0
# via pre-commit
idna==3.7
# via anyio
# via httpx
# via yarl
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -90,16 +76,12 @@ ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.8 ; python_version < '3.13' and platform_python_implementation == 'CPython'
# via ruamel-yaml
ruff==0.5.6
sniffio==1.3.1
# via anyio
# via httpx
tomli==2.0.1 ; python_full_version <= '3.11.0a6' or python_version < '3.11'
# via coverage
# via mypy
# via pre-commit-hooks
# via pytest
typing-extensions==4.12.2
# via anyio
# via mypy
virtualenv==20.26.3
# via pre-commit
Expand Down
22 changes: 1 addition & 21 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,21 @@
-e file:.
aiohappyeyeballs==2.3.4
# via aiohttp
aiohttp==3.10.0
aiohttp==3.10.1
# via aioweenect
aiosignal==1.3.1
# via aiohttp
anyio==4.4.0
# via httpx
async-timeout==4.0.3 ; python_version < '3.11'
# via aiohttp
attrs==24.1.0
# via aiohttp
certifi==2024.7.4
# via httpcore
# via httpx
exceptiongroup==1.2.2 ; python_version < '3.11'
# via anyio
frozenlist==1.4.1
# via aiohttp
# via aiosignal
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via aioweenect
idna==3.7
# via anyio
# via httpx
# via yarl
multidict==6.0.5
# via aiohttp
# via yarl
sniffio==1.3.1
# via anyio
# via httpx
typing-extensions==4.12.2 ; python_version < '3.11'
# via anyio
yarl==1.9.4
# via aiohttp

0 comments on commit ad13121

Please sign in to comment.