Skip to content

Commit

Permalink
Fixed requirements in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ehendrix23 committed Feb 5, 2021
1 parent 9e3a077 commit 4c4eea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pymyq/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Define a version constant."""
__version__ = '3.0.0'
__version__ = '3.0.1'
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# What packages are required for this module to be executed?
REQUIRED = [ # type: ignore
'aiohttp',
'aiohttp', 'beautifulsoup4', 'pkce'
]

# The rest you shouldn't have to touch too much :)
Expand Down Expand Up @@ -117,9 +117,8 @@ def run(self):
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy'
],
Expand Down

0 comments on commit 4c4eea4

Please sign in to comment.