Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dashroshan authored Dec 11, 2021
1 parent 5076603 commit 3300f17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name="clashapi",
packages=["clashapi"],
include_package_data=True,
version="1.0",
version="1.1",
description="Update IP address of Clash of Clans and/or Clash Royale API keys with token fetching",
long_description=README,
long_description_content_type="text/markdown",
Expand All @@ -21,5 +21,5 @@
license="MIT",
keywords=["coc", "cr", "clash of clans",
"clash royale", "clash", "royale", "clan", "api"],
install_requires=["requests"]
)
install_requires=["requests", "json", "base64"]
)

0 comments on commit 3300f17

Please sign in to comment.