mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 12:17:24 +03:00
Use seuptools to be explicit about optional version-dependency of markdown.
This commit is contained in:
parent
a07212389d
commit
64a49905a4
|
@ -1,6 +1,11 @@
|
|||
Release Notes
|
||||
=============
|
||||
|
||||
0.4.0-dev
|
||||
---------
|
||||
|
||||
* Markdown < 2.0 is no longer supported.
|
||||
|
||||
0.3.3
|
||||
-----
|
||||
|
||||
|
|
3
setup.py
3
setup.py
|
@ -64,6 +64,9 @@ setup(
|
|||
package_data=get_package_data('djangorestframework'),
|
||||
test_suite='djangorestframework.runtests.runcoverage.main',
|
||||
install_requires=['URLObject>=0.6.0'],
|
||||
extras_require={
|
||||
'markdown': ["Markdown>=2.0"]
|
||||
},
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Web Environment',
|
||||
|
|
Loading…
Reference in New Issue
Block a user