akoumjian / datefinder

Find dates inside text using Python and get back datetime objects
http://datefinder.readthedocs.org/en/latest/
MIT License
635 stars 167 forks source link

change regex version to >= 2016.01.10 #69

Closed jigneshpadsumbiya33 closed 6 years ago

jigneshpadsumbiya33 commented 6 years ago

regex version 2016.01.10 is not compatible with other python packages, so changing package version will helpful and it will not overwrite regex version to 2016.01.10 when install of datefinder. Thanks !