1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/requirements
2016-02-02 22:55:58 -05:00
..
README update requirements.txt README 2015-11-16 11:20:57 -05:00
requirements_dev.txt Remove dev dependency on django-devserver. 2016-02-02 22:55:58 -05:00
requirements_jenkins.txt fixing ad_hoc imports 2016-02-01 18:37:56 -05:00
requirements.txt Update Django to 1.8 and DRF to 3.3, add new Django migrations, update serializers/pagination/metadata, update browsable API styling. 2016-02-02 17:48:04 -05:00

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
...
```