mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
Updates to work with REST framework 2.3.x, update browseable API style to mimic UI.
This commit is contained in:
19
setup.py
19
setup.py
@@ -30,28 +30,13 @@ setup(
|
||||
'django-filter',
|
||||
'django-jsonfield',
|
||||
'django-taggit',
|
||||
'djangorestframework',
|
||||
'djangorestframework>=2.3.0,<2.4.0',
|
||||
'pexpect',
|
||||
'python-dateutil',
|
||||
'PyYAML',
|
||||
'South',
|
||||
'South>=0.8,<2.0',
|
||||
],
|
||||
setup_requires=[],
|
||||
#tests_require=[
|
||||
# 'Django>=1.5',
|
||||
# 'django-celery',
|
||||
# 'django-extensions',
|
||||
# 'django-filter',
|
||||
# 'django-jsonfield',
|
||||
# 'django-taggit',
|
||||
# 'django-setuptest',
|
||||
# 'djangorestframework',
|
||||
# 'pexpect',
|
||||
# 'python-dateutil',
|
||||
# 'PyYAML',
|
||||
# 'South',
|
||||
#],
|
||||
#test_suite='test_suite.TestSuite',
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Web Environment',
|
||||
|
||||
Reference in New Issue
Block a user