Skip to content

Commit

Permalink
Update setup.py for aiobotocore 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrew committed Sep 27, 2023
1 parent 9db592b commit d7380cb
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 @@ -57,10 +57,10 @@ def readme():
],
keywords='thumbor aws',
install_requires=[
'python-dateutil>=2.8',
'thumbor>=7.0.0a2,<8',
'aiobotocore>=2.0',
'boto3',
"python-dateutil>=2.8",
"thumbor>=7.0.0a2,<8",
"aiobotocore>=2.0",
"boto3",
],
extras_require={
'tests': [
Expand Down

0 comments on commit d7380cb

Please sign in to comment.