Zappa
Zappa copied to clipboard
message about python-dateutil<2.7.0 appearing
the message: (python-dateutil 2.8.1 (c:\users\*****\site-packages), Requirement.parse('python-dateutil<2.7.0'), {'zappa'})
appears in several places
I use python-dateutil==2.8.1 and everything works fine and I use a lot of zappa functionality. can the requirement be upgraded to newer version of python-dateutil? tnx
Looks like master already depends on 2.8: https://github.com/Miserlou/Zappa/blob/0c8d99ddbc297124d93c166652013abba50ee86e/requirements.txt#L23
Maybe it just needs to be released?
0.51, the most recent release has this:
https://github.com/Miserlou/Zappa/blob/80a6881f0ec0be525a8fd7835b5a1157f9e66100/requirements.txt#L24