fix on setup.py based on grigorescu/Brownian/18 - #19
Conversation
Fix for installation dependency grigorescu/Brownian/18
added last elasticsearch.
|
First off, thanks for your updates. I appreciate the help. :-). Can you tell me a bit more about why the setup.py change is needed? Is it breaking something with your installation? I try to avoid putting specific versions in setup.py unless that version actually is required. If someone has an older version of pytz installed, I don't want to force them to upgrade unless that version won't work. |
|
I tried on linux and macos and yes pytz is not using general versioning convention because of that it is failing at this stage. |
Fix for installation dependency grigorescu/Brownian/18