twisted / treq

Python requests like API built on top of Twisted's HTTP client.
Other
587 stars 140 forks source link

Update metadata to require six >= 1.13 #300

Closed twm closed 4 years ago

twm commented 4 years ago

This fixes a regression introduced in #290.

https://github.com/benjaminp/six/blob/c0be8815d13df45b6ae471c4c436cce8c192245d/CHANGES#L30-L31

Fixes #295.

twm commented 4 years ago

Thank you for the review!