Skip to content

Commit

Permalink
modified: setup.py
Browse files Browse the repository at this point in the history
	modified:   trustauthx/cli.py
  • Loading branch information
moonlightnexus committed Dec 10, 2023
1 parent 9e10f09 commit 5ae1da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='trustauthx',
version='0.5.0',
version='0.5.1',
description='Official connector SDK for TrustAuthx',
long_description=long_description,
long_description_content_type='text/markdown', # This is important!
Expand Down
2 changes: 1 addition & 1 deletion trustauthx/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def main():
print("\nInstalling dependencies...")
def install(packages):
if packages == "pip install fastapi['all']":
subprocess.call("pip install fastapi")
subprocess.call("pip install fastapi['all']")
return
if isinstance(packages, list):
for package in packages:subprocess.call(package)
Expand Down

0 comments on commit 5ae1da9

Please sign in to comment.