juanriaza / django-rest-framework-msgpack

MessagePack support for Django REST framework
Other
88 stars 22 forks source link

Firm dependency on python-dateutil bad for importing #7

Closed whitej125 closed 7 years ago

whitej125 commented 9 years ago

Hi @juanriaza ... I just PR'd #6. Doesn't look like there is any need to firmly tie to dateutil==2.1 and for me, the downside is that its borking my local dependencies. Thoughts on the change?

juanriaza commented 7 years ago

@whitej125 just merged your PR and published a new version, thanks