Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Oct 9, 2021
1 parent 6e5ac91 commit a302e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="oxdork",
version="2021.2.1.0",
version="2021.2.1.1",
author="Richard Mwewa",
author_email="[email protected]",
packages=["oxdork"],
Expand All @@ -14,7 +14,7 @@
long_description_content_type="text/markdown",
url="https://github.com/rlyonheart/oxdork",
license="MIT License",
install_requires=["google==3.0.0"],
install_requires=["tqdm==4.60.0","google==3.0.0"],
classifiers=[
'Intended Audience :: Information Technology',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit a302e0c

Please sign in to comment.