Skip to content

Commit

Permalink
fix(deps): require six >= 1.13.0 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Oct 2, 2020
1 parent bd3a28c commit a7a8b98
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 @@ -34,7 +34,7 @@
"google-auth >= 1.21.1, < 2.0dev",
"requests >= 2.18.0, < 3.0.0dev",
"setuptools >= 34.0.0",
"six >= 1.10.0",
"six >= 1.13.0",
"pytz",
'futures >= 3.2.0; python_version < "3.2"',
]
Expand Down

0 comments on commit a7a8b98

Please sign in to comment.