fedora-infra / fas

Fedora Account System
https://admin.fedoraproject.org/accounts
GNU General Public License v2.0
40 stars 50 forks source link

Use the python-requests automatic json encoding #153

Closed puiterwijk closed 8 years ago

puiterwijk commented 8 years ago

Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com

pypingou commented 8 years ago

Cool, is there a minimal version of requests to have for this feature?

puiterwijk commented 8 years ago

Yeah, it's in there since v2.4.2 (https://github.com/kennethreitz/requests/commit/8f17741849edb5e7eba0356f90cb17e43c938a2f). EL6 contains 2.6.0, so that should be good enough.

pypingou commented 8 years ago

Cool :+1: