rozzac90 / matchbook

Python wrapper for Matchbook API
MIT License
15 stars 10 forks source link

Relax the dateutil version requirement. #8

Open csimmons0 opened 5 years ago

csimmons0 commented 5 years ago

A project I'm trying to use alongside matchbook requireds dateutil >=2.6.1. This change relaxes matchbook's dateutil version requirement to allow anything between 2.6.0 and 2.7.0, not including 2.7.0. There shouldn't be any breaking changes after 2.6.0 and before 2.7.0, and there don't appear to be any based on the dateutil release notes. I tested matchbook briefly with a call to get market data, with dateutil 2.6.1 installed, and it worked.