We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
requests
1 parent b72b70d commit ba22d90Copy full SHA for ba22d90
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="TrackerGG",
8
- version="2.6.0",
+ version="2.7.0",
9
author="DevRuby",
10
author_email="hiveruby@gmail.com",
11
description="TrackerGG API Wrapper Library",
@@ -17,6 +17,6 @@
17
"Programming Language :: Python",
18
"License :: OSI Approved :: MIT License",
19
],
20
- install_requires=["requests", "aiohttp"],
21
- python_requires=">=3.3",
+ install_requires=["aiohttp"],
+ python_requires=">=3.7",
22
)
0 commit comments