juanriaza / django-rest-framework-msgpack

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

Remove specific python-dateutil version requirement #6

Closed whitej125 closed 7 years ago

whitej125 commented 9 years ago

python-dateutil 2.1 is old (we are on 2.4.x these days)

Behavior of the parse function hasn't materially changed. Ran tests on python-dateutil 2.4.2. I'd say its safe to just have a minimum bound requirement.