Skip to content

Commit

Permalink
chore: Upgrade version; Remove requests in install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-ruby committed Oct 24, 2023
1 parent b72b70d commit ba22d90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="TrackerGG",
version="2.6.0",
version="2.7.0",
author="DevRuby",
author_email="[email protected]",
description="TrackerGG API Wrapper Library",
Expand All @@ -17,6 +17,6 @@
"Programming Language :: Python",
"License :: OSI Approved :: MIT License",
],
install_requires=["requests", "aiohttp"],
python_requires=">=3.3",
install_requires=["aiohttp"],
python_requires=">=3.7",
)

0 comments on commit ba22d90

Please sign in to comment.