mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-06 17:56:58 +02:00
Use temporarilly fixed version of pinax-teams
This commit is contained in:
parent
cd0af7e0f5
commit
c20dafe952
@ -12,4 +12,4 @@ pytz
|
|||||||
six
|
six
|
||||||
djangorestframework
|
djangorestframework
|
||||||
django-model-utils
|
django-model-utils
|
||||||
pinax-teams
|
pinax-teams @ git+https://github.com/auto-mat/pinax-teams.git@slugify#egg=pinax-teams
|
||||||
|
2
setup.py
2
setup.py
@ -113,7 +113,7 @@ def get_requirements():
|
|||||||
def get_long_description():
|
def get_long_description():
|
||||||
with open(os.path.join(os.path.dirname(__file__), "README.rst")) as f:
|
with open(os.path.join(os.path.dirname(__file__), "README.rst")) as f:
|
||||||
long_desc = f.read()
|
long_desc = f.read()
|
||||||
|
|
||||||
return long_desc
|
return long_desc
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user