Skip to content

Commit

Permalink
Fix deps versions while tornado botocore fixes compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Bladrak committed Sep 4, 2018
1 parent f4e9e89 commit 07f0c09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,15 @@ def readme():
'python-dateutil',
'thumbor>=6.0.0,<7',
'tornado-botocore>=1.3.1',
'botocore<1.9',
],
extras_require={
'tests': [
'pyvows',
'coverage',
'tornado_pyvows',
'boto',
'moto',
'moto<=1.3.3',
'mock',
],
},
Expand Down

0 comments on commit 07f0c09

Please sign in to comment.