Skip to content

Commit 4c4eea4

Browse files
committed
Fixed requirements in setup.py
1 parent 9e3a077 commit 4c4eea4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pymyq/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Define a version constant."""
2-
__version__ = '3.0.0'
2+
__version__ = '3.0.1'

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# What packages are required for this module to be executed?
2626
REQUIRED = [ # type: ignore
27-
'aiohttp',
27+
'aiohttp', 'beautifulsoup4', 'pkce'
2828
]
2929

3030
# The rest you shouldn't have to touch too much :)
@@ -117,9 +117,8 @@ def run(self):
117117
'License :: OSI Approved :: MIT License',
118118
'Programming Language :: Python',
119119
'Programming Language :: Python :: 3',
120-
'Programming Language :: Python :: 3.5',
121-
'Programming Language :: Python :: 3.6',
122-
'Programming Language :: Python :: 3.7',
120+
'Programming Language :: Python :: 3.8',
121+
'Programming Language :: Python :: 3.9',
123122
'Programming Language :: Python :: Implementation :: CPython',
124123
'Programming Language :: Python :: Implementation :: PyPy'
125124
],

0 commit comments

Comments
 (0)