mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-09 00:04:50 +02:00
Replace django.contrib.markup with django-markdown-deux. Closes #219.
This commit is contained in:
4
setup.py
4
setup.py
@ -4,7 +4,7 @@ from distutils.util import convert_path
|
||||
from fnmatch import fnmatchcase
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
version = '0.1.11'
|
||||
version = '0.1.12'
|
||||
|
||||
# Provided as an attribute, so you can append to these instead
|
||||
# of replicating them:
|
||||
@ -133,6 +133,6 @@ setup(
|
||||
package_data=find_package_data("helpdesk", only_in_packages=False),
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
install_requires=['setuptools', 'pytz'],
|
||||
install_requires=['setuptools', 'pytz', 'django-markdown-deux', 'django-bootstrap-form', 'email-reply-parser', 'django'],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user