mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Merge pull request #504 from chrismeyersfsu/license-a_piece_of_my_soul
2.4.0 python lib licenses
This commit is contained in:
@@ -1,27 +1,10 @@
|
||||
Local versions of third-party packages required by Tower. Package names and
|
||||
versions are listed below, along with notes on which files are included.
|
||||
To find packages missing from requirements.txt run the below command and look for packages after the example listed below.
|
||||
|
||||
# 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*)
|
||||
`PYTHONPATH=awx/lib/site-packages/ pip freeze -r requirements/requirements.txt`
|
||||
|
||||
# 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?
|
||||
```
|
||||
...
|
||||
## The following requirements were added by pip freeze:
|
||||
functools32==3.2.3.post2
|
||||
...
|
||||
```
|
||||
|
||||
@@ -2,6 +2,7 @@ amqp==1.4.5
|
||||
git+https://github.com/chrismeyersfsu/ansiconv.git@tower_1.0.0#egg=ansiconv
|
||||
anyjson==0.3.3
|
||||
apache-libcloud==0.15.1
|
||||
appdirs==1.4.0
|
||||
argparse==1.2.1
|
||||
azure==0.9.0
|
||||
Babel==1.3
|
||||
@@ -83,6 +84,7 @@ PyJWT==1.4.0
|
||||
pymongo==2.8
|
||||
pyOpenSSL==0.15.1
|
||||
pyparsing==2.0.3
|
||||
pyrad==2.0
|
||||
pyrax==1.9.3
|
||||
python-cinderclient==1.1.1
|
||||
python-dateutil==2.4.0
|
||||
|
||||
Reference in New Issue
Block a user