Skip to content
Snippets Groups Projects
Commit 6a58755e authored by Colin Murtaugh's avatar Colin Murtaugh
Browse files

clean up dependencies

parent 3a795a39
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,6 @@ from django.contrib.auth import get_user_model
from django.contrib.auth.backends import ModelBackend
from django.core.exceptions import PermissionDenied
#from django.db.models import Q
#from icommons_common.models import *
from ims_lti_py.tool_provider import DjangoToolProvider
from time import time
import logging
......
......@@ -32,8 +32,8 @@ setup(
],
install_requires = [
"Django>=1.6",
"cx-Oracle==5.1.2",
"django-filter==0.5.4"
"django-filter==0.7",
"ims-lti-py==0.6",
],
zip_safe = False,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment