Skip to content

Commit

Permalink
fix: 删除不必要的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsSov8forUs committed May 13, 2024
1 parent 76f9136 commit 8e8ebc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
python_requires='>=3.8',
install_requires=[
'httpx>=0.18.2',
'aiohttp>=3.7.4',
'httpcore>=0.13.3'
'aiohttp>=3.7.4'
]
)

0 comments on commit 8e8ebc5

Please sign in to comment.