Closed wsgharvey closed 7 years ago
Is it neccessary for the requirement pytz==2016.10 to be so strict? It seems to run the test fine with any other version I've tried (between 2011d and 2017.2) so having such a strict requirements.txt seems to me to be just risking causing conflicts.
requirements.txt is usually a file targeted at developers; the version you might want to change instead would be in setup.py: https://github.com/swaroopch/edn_format/blob/master/setup.py#L15
requirements.txt
setup.py
Thanks :-)
Is it neccessary for the requirement pytz==2016.10 to be so strict? It seems to run the test fine with any other version I've tried (between 2011d and 2017.2) so having such a strict requirements.txt seems to me to be just risking causing conflicts.