Skip to content

Commit

Permalink
fix: 添加了需要的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsSov8forUs committed May 16, 2024
1 parent cf32c64 commit 1604257
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='tsugu-api-python',
version='1.1.6',
version='1.1.7',
author='WindowsSov8',
author_email='[email protected]',
description='Tsugu BanGDream Bot 的功能 API 统合包',
Expand All @@ -22,7 +22,8 @@
],
python_requires='>=3.8',
install_requires=[
'httpx>=0.18.2',
'aiohttp>=3.7.4'
'httpx>=0.22.0',
'aiohttp>=3.8.1',
'typing_extensions>=4.0.0'
]
)

0 comments on commit 1604257

Please sign in to comment.