1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00
awx/requirements
Chris Meyers 9f33127919 fixes jenkins failures
* include requirements.txt in requirements_jenkins.txt
* include requirements.txt in requirements_dev.txt
* alter Makefile to NOT call the requirements rule in the requirements_*
rules. Again, this is now handled by the -r requirements.txt in the
respective _*.txt file.
* install jenkins requirements "globally" (in the virtualenv)
2015-09-02 08:23:11 -04:00
..
README all vendor dependencies expressed in requirements.txt 2015-08-17 11:17:53 -04:00
requirements_dev.txt fixes jenkins failures 2015-09-02 08:23:11 -04:00
requirements_jenkins.txt fixes jenkins failures 2015-09-02 08:23:11 -04:00
requirements.txt fixes executing processes with correct PYTHONPATH will pickup .pth files 2015-09-01 18:30:39 -04: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?