Commit 3f736efa by Oleg Marshev

Remove path dependency.

parent 5d6d09f5
from .common import * from .common import *
from path import path
TEST_ROOT = path("test_root")
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.sqlite3', 'ENGINE': 'django.db.backends.sqlite3',
'NAME': TEST_ROOT / "db" / "notesserver.db",
} }
} }
......
...@@ -5,5 +5,4 @@ django-rest-swagger==0.2.0 ...@@ -5,5 +5,4 @@ django-rest-swagger==0.2.0
elasticsearch==1.2.0 elasticsearch==1.2.0
annotator==0.12.0 annotator==0.12.0
django-cors-headers==0.13 django-cors-headers==0.13
path.py==7.0
-e git+https://github.com/edx/django-oauth2-provider.git@0.2.7-fork-edx-2#egg=django-oauth2-provider -e git+https://github.com/edx/django-oauth2-provider.git@0.2.7-fork-edx-2#egg=django-oauth2-provider
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