mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 00:08:37 -05:00
e5195032f6
We'll need to figure out why dm.xmlsec.binding is segfaulting without these
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 ... ```