Skip to content

Commit

Permalink
added rich to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteinberg1 committed May 6, 2022
1 parent c606383 commit d99703e
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 @@ -2,10 +2,10 @@

setuptools.setup(
name="basic_zoom",
version="0.0.6",
version="0.0.7",
author="Justin Steinberg",
author_email="[email protected]",
install_requires=["requests", "PyJWT", "requests_oauthlib"],
install_requires=["requests", "PyJWT", "requests_oauthlib", "rich"],
description="REST api client for Zoom",
long_description="REST api client for Zoom",
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d99703e

Please sign in to comment.