File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11"""Define a version constant."""
2- __version__ = '3.0.0 '
2+ __version__ = '3.0.1 '
Original file line number Diff line number Diff line change 2424
2525# What packages are required for this module to be executed?
2626REQUIRED = [ # 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 ],
You can’t perform that action at this time.
0 commit comments