2015-10-05 20:58:55 +03:00
git+https://github.com/chrismeyersfsu/ansiconv.git@tower_1.0.0#egg=ansiconv
2016-10-10 20:32:34 +03:00
amqp==1.4.9
2015-08-05 15:10:16 +03:00
anyjson==0.3.3
2015-11-16 19:14:17 +03:00
appdirs==1.4.0
2016-05-10 23:20:46 +03:00
azure==2.0.0rc2
2016-01-27 19:50:57 +03:00
Babel==2.2.0
Configure Tower in Tower:
* Add separate Django app for configuration: awx.conf.
* Migrate from existing main.TowerSettings model to conf.Setting.
* Add settings wrapper to allow get/set/del via django.conf.settings.
* Update existing references to tower_settings to use django.conf.settings.
* Add a settings registry to allow for each Django app to register configurable settings.
* Support setting validation and conversion using Django REST Framework fields.
* Add /api/v1/settings/ to display a list of setting categories.
* Add /api/v1/settings/<slug>/ to display all settings in a category as a single object.
* Allow PUT/PATCH to update setting singleton, DELETE to reset to defaults.
* Add "all" category to display all settings across categories.
* Add "changed" category to display only settings configured in the database.
* Support per-user settings via "user" category (/api/v1/settings/user/).
* Support defaults for user settings via "user-defaults" category (/api/v1/settings/user-defaults/).
* Update serializer metadata to support category, category_slug and placeholder on OPTIONS responses.
* Update serializer metadata to handle child fields of a list/dict.
* Hide raw data form in browsable API for OPTIONS and DELETE.
* Combine existing licensing code into single "TaskEnhancer" class.
* Move license helper functions from awx.api.license into awx.conf.license.
* Update /api/v1/config/ to read/verify/update license using TaskEnhancer and settings wrapper.
* Add support for caching settings accessed via settings wrapper.
* Invalidate cached settings when Setting model changes or is deleted.
* Preload all database settings into cache on first access via settings wrapper.
* Add support for read-only settings than can update their value depending on other settings.
* Use setting_changed signal whenever a setting changes.
* Register configurable authentication, jobs, system and ui settings.
* Register configurable LDAP, RADIUS and social auth settings.
* Add custom fields and validators for URL, LDAP, RADIUS and social auth settings.
* Rewrite existing validator for Credential ssh_private_key to support validating private keys, certs or combinations of both.
* Get all unit/functional tests working with above changes.
* Add "migrate_to_database_settings" command to determine settings to be migrated into the database and comment them out when set in Python settings files.
* Add support for migrating license key from file to database.
* Remove database-configuable settings from local_settings.py example files.
* Update setup role to no longer install files for database-configurable settings.
f 94ff6ee More settings work.
f af4c4e0 Even more db settings stuff.
f 96ea9c0 More settings, attempt at singleton serializer for settings.
f 937c760 More work on singleton/category views in API, add code to comment out settings in Python files, work on command to migrate settings to database.
f 425b0d3 Minor fixes for sprint demo.
f ea402a4 Add support for read-only settings, cleanup license engine, get license support working with DB settings.
f ec289e4 Rename migration, minor fixmes, update setup role.
f 603640b Rewrite key/cert validator, finish adding social auth fields, hook up signals for setting_changed, use None to imply a setting is not set.
f 67d1b5a Get functional/unit tests passing.
f 2919b62 Flake8 fixes.
f e62f421 Add redbaron to requirements, get file to database migration working (except for license).
f c564508 Add support for migrating license file.
f 982f767 Add support for regex in social map fields.
2016-09-27 05:14:47 +03:00
baron==0.6.2
2015-08-05 15:10:16 +03:00
billiard==3.3.0.16
2016-06-01 21:22:08 +03:00
boto==2.40.0
2016-09-09 22:18:18 +03:00
celery==3.1.23
2016-01-27 19:50:57 +03:00
cliff==1.15.0
2015-08-05 15:10:16 +03:00
cmd2==0.6.8
2016-03-09 22:33:42 +03:00
d2to1==0.2.11 # TODO: Still needed?
2015-10-02 21:57:27 +03:00
defusedxml==0.4.1
2016-09-29 19:03:06 +03:00
Django==1.8.15
2016-01-27 19:50:57 +03:00
debtcollector==1.2.0
decorator==4.0.6
2015-09-10 17:54:44 +03:00
django-auth-ldap==1.2.6
2016-02-02 22:50:42 +03:00
django-celery==3.1.17
2015-08-05 15:10:16 +03:00
django-crum==0.6.1
2016-02-02 22:50:42 +03:00
django-extensions==1.5.9
2016-04-06 19:24:19 +03:00
git+https://github.com/chrismeyersfsu/django-jsonbfield@fix-sqlite_serialization#egg=jsonbfield
2016-02-02 22:50:42 +03:00
django-polymorphic==0.7.2
2015-11-16 17:59:41 +03:00
django-radius==1.0.0
2016-02-02 22:50:42 +03:00
djangorestframework==3.3.2
djangorestframework-yaml==1.0.2
2015-08-05 15:10:16 +03:00
django-split-settings==0.1.1
2016-02-02 22:50:42 +03:00
django-taggit==0.17.6
2015-11-05 00:40:55 +03:00
git+https://github.com/matburt/dm.xmlsec.binding.git@master#egg=dm.xmlsec.binding
2015-08-05 15:10:16 +03:00
dogpile.core==0.4.1
2016-04-12 17:48:27 +03:00
funcsigs==0.4
2016-06-07 20:34:13 +03:00
gevent==1.1
gevent-websocket==0.9.5
2015-10-05 20:58:55 +03:00
git+https://github.com/chrismeyersfsu/django-jsonfield.git@tower_0.9.12#egg=django-jsonfield
git+https://github.com/chrismeyersfsu/django-qsstats-magic.git@tower_0.7.2#egg=django-qsstats-magic
2016-02-02 22:50:42 +03:00
git+https://github.com/umutbozkurt/django-rest-framework-mongoengine.git@5dfa1df79f81765d36c0de31dc1c2f390e42d428#egg=django-rest-framework-mongoengine
2015-10-05 20:58:55 +03:00
git+https://github.com/chrismeyersfsu/gevent-socketio.git@tower_0.3.6#egg=gevent-socketio
2016-01-15 21:40:03 +03:00
greenlet==0.4.9
2016-01-27 19:50:57 +03:00
dogpile.cache==0.5.7
enum34==1.1.2
futures==3.0.4
httplib2==0.9.2
2015-08-05 15:10:16 +03:00
idna==2.0
importlib==1.0.3
2016-01-27 19:50:57 +03:00
ip-associations-python-novaclient-ext==0.1
ipaddress==1.0.16
2016-03-01 07:50:16 +03:00
irc==13.3.1
2016-01-27 19:50:57 +03:00
iso8601==0.1.11
2015-08-05 15:10:16 +03:00
isodate==0.5.1
2016-01-27 19:50:57 +03:00
jsonpatch==1.12
jsonpointer==1.10
2015-08-05 15:10:16 +03:00
jsonschema==2.5.1
keyring==4.1
2016-09-14 18:42:13 +03:00
kombu==3.0.35
2016-06-09 21:20:17 +03:00
apache-libcloud==0.20.1
2015-08-05 15:10:16 +03:00
lxml==3.4.4
Markdown==2.4.1
2016-01-27 19:50:57 +03:00
M2Crypto==0.22.3
2015-08-05 15:10:16 +03:00
mock==1.0.1
mongoengine==0.9.0
2016-01-27 19:50:57 +03:00
monotonic==0.6
msgpack-python==0.4.7
munch==2.0.4
netaddr==0.7.18
2015-08-05 15:10:16 +03:00
netifaces==0.10.4
2015-10-02 21:57:27 +03:00
oauthlib==1.0.3
2015-08-05 15:10:16 +03:00
ordereddict==1.1
2016-01-27 19:50:57 +03:00
os-client-config==1.14.0
os-diskconfig-python-novaclient-ext==0.1.3
2015-08-05 15:10:16 +03:00
os-networksv2-python-novaclient-ext==0.25
os-virtual-interfacesv2-python-novaclient-ext==0.19
2016-03-23 22:46:00 +03:00
pbr==1.8.1
2016-02-01 20:16:26 +03:00
oslo.config==3.3.0
2016-01-27 19:50:57 +03:00
oslo.i18n==3.2.0
oslo.serialization==2.2.0
oslo.utils==3.4.0
2015-08-05 15:10:16 +03:00
pexpect==3.1
prettytable==0.7.2
psphere==0.5.2
psutil==3.1.1
2016-03-09 22:33:42 +03:00
psycopg2==2.6.1
2016-01-27 19:50:57 +03:00
pyasn1==0.1.9
2015-08-05 15:10:16 +03:00
pycrypto==2.6.1
pycparser==2.14
2016-02-10 23:17:11 +03:00
pygerduty==0.32.1
2015-10-02 21:57:27 +03:00
PyJWT==1.4.0
2015-08-05 15:10:16 +03:00
pymongo==2.8
2016-08-08 23:42:10 +03:00
pyOpenSSL==16.0.0
cffi==1.7.0
2016-01-27 19:50:57 +03:00
pyparsing==2.0.7
2015-11-16 19:15:08 +03:00
pyrad==2.0
2016-01-27 19:50:57 +03:00
pyrax==1.9.7
python-cinderclient==1.5.0
2015-08-05 15:10:16 +03:00
python-dateutil==2.4.0
2016-02-01 20:16:26 +03:00
python-glanceclient==1.1.0
2016-01-27 19:50:57 +03:00
python-heatclient==0.8.1
python-ironicclient==1.0.0
python-keystoneclient==2.1.1
2015-08-05 15:10:16 +03:00
python-ldap==2.4.20
2016-08-24 23:23:47 +03:00
python-memcached==1.58
2016-01-27 19:50:57 +03:00
python-neutronclient==4.0.0
python-novaclient==3.2.0
2015-10-02 21:57:27 +03:00
python-openid==2.2.5
2016-01-27 19:50:57 +03:00
python-openstackclient==2.0.0
2015-10-02 21:57:27 +03:00
python-radius==1.0
2016-06-09 21:23:10 +03:00
python-saml==2.1.8
2016-01-27 19:50:57 +03:00
git+https://github.com/matburt/python-social-auth.git@master#egg=python-social-auth
python-swiftclient==2.7.0
python-troveclient==1.4.0
2016-02-01 20:16:26 +03:00
pytz==2015.7
2015-08-05 15:10:16 +03:00
PyYAML==3.11
pyzmq==14.5.0
rackspace-auth-openstack==1.3
2016-01-27 19:50:57 +03:00
rackspace-novaclient==1.5
rax-default-network-flags-python-novaclient-ext==0.3.2
rax-scheduled-images-python-novaclient-ext==0.3.1
Configure Tower in Tower:
* Add separate Django app for configuration: awx.conf.
* Migrate from existing main.TowerSettings model to conf.Setting.
* Add settings wrapper to allow get/set/del via django.conf.settings.
* Update existing references to tower_settings to use django.conf.settings.
* Add a settings registry to allow for each Django app to register configurable settings.
* Support setting validation and conversion using Django REST Framework fields.
* Add /api/v1/settings/ to display a list of setting categories.
* Add /api/v1/settings/<slug>/ to display all settings in a category as a single object.
* Allow PUT/PATCH to update setting singleton, DELETE to reset to defaults.
* Add "all" category to display all settings across categories.
* Add "changed" category to display only settings configured in the database.
* Support per-user settings via "user" category (/api/v1/settings/user/).
* Support defaults for user settings via "user-defaults" category (/api/v1/settings/user-defaults/).
* Update serializer metadata to support category, category_slug and placeholder on OPTIONS responses.
* Update serializer metadata to handle child fields of a list/dict.
* Hide raw data form in browsable API for OPTIONS and DELETE.
* Combine existing licensing code into single "TaskEnhancer" class.
* Move license helper functions from awx.api.license into awx.conf.license.
* Update /api/v1/config/ to read/verify/update license using TaskEnhancer and settings wrapper.
* Add support for caching settings accessed via settings wrapper.
* Invalidate cached settings when Setting model changes or is deleted.
* Preload all database settings into cache on first access via settings wrapper.
* Add support for read-only settings than can update their value depending on other settings.
* Use setting_changed signal whenever a setting changes.
* Register configurable authentication, jobs, system and ui settings.
* Register configurable LDAP, RADIUS and social auth settings.
* Add custom fields and validators for URL, LDAP, RADIUS and social auth settings.
* Rewrite existing validator for Credential ssh_private_key to support validating private keys, certs or combinations of both.
* Get all unit/functional tests working with above changes.
* Add "migrate_to_database_settings" command to determine settings to be migrated into the database and comment them out when set in Python settings files.
* Add support for migrating license key from file to database.
* Remove database-configuable settings from local_settings.py example files.
* Update setup role to no longer install files for database-configurable settings.
f 94ff6ee More settings work.
f af4c4e0 Even more db settings stuff.
f 96ea9c0 More settings, attempt at singleton serializer for settings.
f 937c760 More work on singleton/category views in API, add code to comment out settings in Python files, work on command to migrate settings to database.
f 425b0d3 Minor fixes for sprint demo.
f ea402a4 Add support for read-only settings, cleanup license engine, get license support working with DB settings.
f ec289e4 Rename migration, minor fixmes, update setup role.
f 603640b Rewrite key/cert validator, finish adding social auth fields, hook up signals for setting_changed, use None to imply a setting is not set.
f 67d1b5a Get functional/unit tests passing.
f 2919b62 Flake8 fixes.
f e62f421 Add redbaron to requirements, get file to database migration working (except for license).
f c564508 Add support for migrating license file.
f 982f767 Add support for regex in social map fields.
2016-09-27 05:14:47 +03:00
redbaron==0.6.1
2015-10-02 21:57:27 +03:00
requests-oauthlib==0.5.0
2016-04-22 19:07:34 +03:00
requests==2.9.1
2016-02-01 20:16:26 +03:00
requestsexceptions==1.1.1
Configure Tower in Tower:
* Add separate Django app for configuration: awx.conf.
* Migrate from existing main.TowerSettings model to conf.Setting.
* Add settings wrapper to allow get/set/del via django.conf.settings.
* Update existing references to tower_settings to use django.conf.settings.
* Add a settings registry to allow for each Django app to register configurable settings.
* Support setting validation and conversion using Django REST Framework fields.
* Add /api/v1/settings/ to display a list of setting categories.
* Add /api/v1/settings/<slug>/ to display all settings in a category as a single object.
* Allow PUT/PATCH to update setting singleton, DELETE to reset to defaults.
* Add "all" category to display all settings across categories.
* Add "changed" category to display only settings configured in the database.
* Support per-user settings via "user" category (/api/v1/settings/user/).
* Support defaults for user settings via "user-defaults" category (/api/v1/settings/user-defaults/).
* Update serializer metadata to support category, category_slug and placeholder on OPTIONS responses.
* Update serializer metadata to handle child fields of a list/dict.
* Hide raw data form in browsable API for OPTIONS and DELETE.
* Combine existing licensing code into single "TaskEnhancer" class.
* Move license helper functions from awx.api.license into awx.conf.license.
* Update /api/v1/config/ to read/verify/update license using TaskEnhancer and settings wrapper.
* Add support for caching settings accessed via settings wrapper.
* Invalidate cached settings when Setting model changes or is deleted.
* Preload all database settings into cache on first access via settings wrapper.
* Add support for read-only settings than can update their value depending on other settings.
* Use setting_changed signal whenever a setting changes.
* Register configurable authentication, jobs, system and ui settings.
* Register configurable LDAP, RADIUS and social auth settings.
* Add custom fields and validators for URL, LDAP, RADIUS and social auth settings.
* Rewrite existing validator for Credential ssh_private_key to support validating private keys, certs or combinations of both.
* Get all unit/functional tests working with above changes.
* Add "migrate_to_database_settings" command to determine settings to be migrated into the database and comment them out when set in Python settings files.
* Add support for migrating license key from file to database.
* Remove database-configuable settings from local_settings.py example files.
* Update setup role to no longer install files for database-configurable settings.
f 94ff6ee More settings work.
f af4c4e0 Even more db settings stuff.
f 96ea9c0 More settings, attempt at singleton serializer for settings.
f 937c760 More work on singleton/category views in API, add code to comment out settings in Python files, work on command to migrate settings to database.
f 425b0d3 Minor fixes for sprint demo.
f ea402a4 Add support for read-only settings, cleanup license engine, get license support working with DB settings.
f ec289e4 Rename migration, minor fixmes, update setup role.
f 603640b Rewrite key/cert validator, finish adding social auth fields, hook up signals for setting_changed, use None to imply a setting is not set.
f 67d1b5a Get functional/unit tests passing.
f 2919b62 Flake8 fixes.
f e62f421 Add redbaron to requirements, get file to database migration working (except for license).
f c564508 Add support for migrating license file.
f 982f767 Add support for regex in social map fields.
2016-09-27 05:14:47 +03:00
rply==0.7.4
2016-01-27 19:50:57 +03:00
shade==1.4.0
simplejson==3.8.1
2015-08-05 15:10:16 +03:00
six==1.9.0
2016-02-02 00:54:34 +03:00
slackclient==0.16
2016-01-27 19:50:57 +03:00
stevedore==1.10.0
2015-08-05 15:10:16 +03:00
suds==0.4
2016-01-27 19:50:57 +03:00
unicodecsv==0.14.1
warlock==1.2.0
2016-02-02 00:54:34 +03:00
twilio==4.9.1
2015-08-05 15:10:16 +03:00
wheel==0.24.0
2016-01-27 19:50:57 +03:00
wrapt==1.10.6
2015-08-05 15:10:16 +03:00
wsgiref==0.1.2
xmltodict==0.9.2
2016-10-06 23:32:35 +03:00
channels==0.17.2
2016-10-19 01:42:12 +03:00
asgi_amqp==0.3.1
2016-10-14 08:43:14 +03:00
uwsgi==2.0.14
daphne==0.15.0