1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/requirements
Matthew Jones 7f276b03fb Switch to matburt's fork for python social auth
This picks up the change needed for python 2.6 to work
2015-11-11 16:06:37 -05:00
..
README all vendor dependencies expressed in requirements.txt 2015-08-17 11:17:53 -04:00
requirements_dev.txt pin django debug toolbar for django dep reason 2015-10-07 11:34:50 -04:00
requirements_jenkins.txt Fix broken coverage import with older django-jenkins 2015-11-04 10:47:26 -05:00
requirements.txt Switch to matburt's fork for python social auth 2015-11-11 16:06:37 -05:00

Local versions of third-party packages required by Tower.  Package names and
versions are listed below, along with notes on which files are included.

# Questions ...
#stevedore==1.3.0 (Doesn't seem to be used by us, included in requirements.txt anyway .. may be a dependency)
#distribute==0.7.3 (no files)
#rackspace-novaclient==1.4 (no files)
#pip==1.5.4 (pip/*, excluded bin/pip*)

# Packages that weren't in README and couldn't easily decern the versions
* pkg_resources
* winrm
    * isodate

# Manually added after .. maybe dev stuff ?
pycrypto
psycopg2
pyzmq


Note: consider removing python-pip from Dockerfile dev

Note: lib/compat.py seems to be needed .. why ?



* I put pip and distribute in jenkins instead of the referenced Makefile. Should these also be in prodouction?