Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Fix: update incompatible dependencies in setup.py (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafreck committed Aug 8, 2018
1 parent 6eda21e commit f98d037
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ def find_package_files(root, directory, dest=""):
license='MIT',
packages=find_packages(exclude=["tests"]),
install_requires=[
"azure-batch==4.1.3",
"azure-mgmt-batch==5.0.0",
"azure-mgmt-storage==1.5.0",
"azure-storage-blob==1.1.0",
"azure-batch~=4.1.3",
"azure-mgmt-batch~=5.0.0",
"azure-mgmt-storage~=2.0.0",
"azure-storage-blob~=1.3.1",
"pyyaml>=3.12",
"pycryptodomex>=3.4",
"paramiko>=2.4",
Expand Down

0 comments on commit f98d037

Please sign in to comment.