Use temporarilly fixed version of pinax-teams

This commit is contained in:
Timothy Hobbs 2020-01-31 18:40:01 +01:00
parent cd0af7e0f5
commit c20dafe952
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ pytz
six
djangorestframework
django-model-utils
pinax-teams
pinax-teams @ git+https://github.com/auto-mat/pinax-teams.git@slugify#egg=pinax-teams

View File

@ -113,7 +113,7 @@ def get_requirements():
def get_long_description():
with open(os.path.join(os.path.dirname(__file__), "README.rst")) as f:
long_desc = f.read()
return long_desc