Commit ec784aaf by Eric Fischer Committed by GitHub

Add edx-django-release-util (#126)

parent f6a4eb32
......@@ -202,6 +202,7 @@ DJANGO_APPS = (
)
THIRD_PARTY_APPS = (
'release_util',
'rest_framework',
'rest_framework.authtoken',
'rest_framework_swagger',
......
......@@ -5,6 +5,7 @@ djangorestframework==2.4.4 # BSD
django-rest-swagger==0.2.8 # BSD
djangorestframework-csv==1.3.3 # BSD
django-countries==3.2 # MIT
edx-django-release-util==0.0.3 # AGPLv3
elasticsearch-dsl==0.0.11 # Apache 2.0
# markdown is used by swagger for rendering the api docs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment