mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
* A basic NotificationTemplate model class with early notification type definitions * Initial implementations of the Email, Slack, and Twilio Notification backends using the Django email backend system * Some dependencies thereof
To find packages missing from requirements.txt run the below command and look for packages after the example listed below. `PYTHONPATH=awx/lib/site-packages/ pip freeze -r requirements/requirements.txt` ``` ... ## The following requirements were added by pip freeze: functools32==3.2.3.post2 ... ```