BayAreaMetro / bayarea_urbansim

Bay Area Version of the UrbanSim Model
http://bayareametro.github.io/bayarea_urbansim
13 stars 11 forks source link

Remove slacker dependency #336

Closed akselx closed 10 months ago

akselx commented 10 months ago

This small PR removes the slacker library dependency, used for posting to the agency slack channel. The library is archived. We replace it with the official Python Slack SDK instead.

slacker was used in baus.py. A separate import of boto3 has been removed in baus/utils.py