1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/requirements/README

11 lines
302 B
Plaintext
Raw Normal View History

2015-11-16 19:20:57 +03:00
To find packages missing from requirements.txt run the below command and look for packages after the example listed below.
2015-11-16 19:20:57 +03:00
`PYTHONPATH=awx/lib/site-packages/ pip freeze -r requirements/requirements.txt`
2015-11-16 19:20:57 +03:00
```
...
## The following requirements were added by pip freeze:
functools32==3.2.3.post2
...
```