Skip to content

Commit

Permalink
Add missing coma in setup.py (apache#12790)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored and Chris Fei committed Mar 5, 2021
1 parent 4ec625c commit 9cb8d9d
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 9cb8d9d

Please sign in to comment.