sideshowbandana / k8s-sqs-autoscaler

Kubernetes pod autoscaler based on queue size in AWS SQS
71 stars 27 forks source link

use kubernetes==7.0.0, because 6.0.0 does not work with Python 3.7. #3

Open danmaas opened 6 years ago

danmaas commented 6 years ago

Python 3.7 introduced the "async" keyword which conflicts with a local variable name in the Kubernetes Python package. Fixed in 7.0.0.