Skip to content

Commit

Permalink
Added Azure required libraries to the setup.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
robotichead committed Jul 10, 2023
1 parent d8b58d6 commit eda5d36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def get_version(rel_path):
'pillow',
'urllib3',
'boto3',
'azure-storage-blob',
'azure-identity',
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit eda5d36

Please sign in to comment.