Skip to content

Commit

Permalink
fix typo apache#2 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Chalef committed Oct 18, 2019
1 parent 44e45a2 commit 681f508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def write_version(filename=os.path.join(*["airflow", "git_version"])):
'elasticsearch>=5.0.0,<6.0.0',
'elasticsearch-dsl>=5.0.0,<6.0.0'
]
emr = ['boto3>=1.0.0"]
emr = ['boto3>=1.0.0']
gcp = [
'google-api-python-client>=1.6.0, <2.0.0dev',
'google-auth-httplib2>=0.0.1',
Expand Down Expand Up @@ -240,7 +240,7 @@ def write_version(filename=os.path.join(*["airflow", "git_version"])):
qds = ['qds-sdk>=1.10.4']
rabbitmq = ['librabbitmq>=1.6.1']
redis = ['redis~=3.2']
s3 = ['boto3>=1.7.0"]
s3 = ['boto3>=1.7.0']
salesforce = ['simple-salesforce>=0.72']
samba = ['pysmbclient>=0.1.3']
segment = ['analytics-python>=1.2.9']
Expand Down

0 comments on commit 681f508

Please sign in to comment.