cloud-custodian / cel-python

Pure Python implementation of the Common Expression Language
Apache License 2.0
116 stars 22 forks source link

switch dependency on pytz to dateutil which can ref local sys tz db #5

Closed kapilt closed 4 years ago

kapilt commented 4 years ago

pytz is larger than custodian, thats a burden for any serverless usage. ie. that doubles that size of c7n serverless functions.

slott56 commented 4 years ago

Most recent commit removes pytz and replaces it with dateutil.