mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 07:48:39 -05:00
edaf018f2c
This reverts commit c5129a054c272a5e59008b3dc4d8a2f287f310a6.
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 ... ```