1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
awx/requirements
nitzmahone 839c2877c8 update requirements versions
- current Ansible stuff (2.1.1) requires azure SDK 2.0.0rc5
- requests 2.10.0 is the published minimum version for pywinrm, as it contains a bugfix for catastrophic SSL tunnel failure on large payloads that pywinrm hits frequently, 2.11.0 is best tested.
2016-09-28 16:10:14 -04:00
..
README update requirements.txt README 2015-11-16 11:20:57 -05:00
requirements_ansible.txt update requirements versions 2016-09-28 16:10:14 -04:00
requirements_dev.txt temporarily pin the pytest version until the ldap error can be fixed 2016-08-24 15:54:33 -04:00
requirements_jenkins.txt temporarily pin the pytest version until the ldap error can be fixed 2016-08-24 15:54:33 -04:00
requirements.txt Upgrade python-saml for security issue 2016-06-09 14:23:10 -04: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
...
```