1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/requirements
Chris Meyers 4a1a3bd1e8 do not coerce jsonbfield to string in db
* functional tests do coerce because they assume they are running on
sqlite
2016-11-18 11:29:42 -05:00
..
README update requirements.txt README 2015-11-16 11:20:57 -05:00
requirements_ansible.txt Merge branch 'release_3.0.3' into devel 2016-11-01 11:49:28 -04:00
requirements_dev.txt Optimize uwsgi launching in dev container and prod 2016-11-04 13:38:23 -04:00
requirements_jenkins.txt bump pyflakes version 2016-09-12 12:45:01 -04:00
requirements.txt do not coerce jsonbfield to string in db 2016-11-18 11:29:42 -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
...
```