1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00
awx/requirements
Matthew Jones 519b0e8eef Merge branch 'release_2.3' into devel
* release_2.3: (54 commits)
  Upgrade changelog for 2.3
  Purge superlance
  Purge an old supervisor config
  Require chris-lea libzmq3
  Use the htpasswd command, not the module
  Fix a playbook syntax error for postgres
  Ensure postgres is started earlier in setup role
  Allow customizing npm path
  Include RPM-GPG-KEY-ansible-release for all releases
  Simplify GPG keys
  Correct broken RPM-GPG-KEY
  Use gpg --passphrase for signing CHECKSUM
  Handle rpm --addsign pasphrase prompts
  Adding docker-compose development workflow
  Fix license in spec file.
  Updates to selinux policy for some munin plugins
  ansible 1.8.4 requires sudo:true when using sudo_user
  Fix expect script timeout
  Disable timeout and correct sign.exp error
  Fix expect script hang
  ...
2015-09-11 16:03:52 -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 Merge remote-tracking branch 'upstream/release_2.3' into devel 2015-09-03 15:46:10 -04:00
requirements.txt Merge branch 'release_2.3' into devel 2015-09-11 16:03:52 -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?