Skip to content

Commit

Permalink
Add missing coma in setup.py (#12790)
Browse files Browse the repository at this point in the history
Fixes: #12789
  • Loading branch information
potiuk authored and kaxil committed Dec 3, 2020
1 parent b49838f commit 0ce9e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def write_version(filename=os.path.join(*[my_dir, "airflow", "git_version"])):
'azure-cosmos>=3.0.1,<4',
]
azure_data_lake = [
'azure-datalake-store>=0.0.45'
'azure-datalake-store>=0.0.45',
'azure-mgmt-datalake-store>=0.5.0',
'azure-mgmt-resource>=2.2.0',
'cffi<1.14.0;python_version<"3.0"'
Expand Down

0 comments on commit 0ce9e18

Please sign in to comment.