Skip to content

Commit

Permalink
Update requiremets.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
KirovVerst committed Aug 14, 2017
1 parent 280b4c3 commit 523c032
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 0 additions & 7 deletions intask/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
'django.contrib.messages',
'django.contrib.staticfiles',
'rest_framework',
'corsheaders',
'rest_framework_swagger',
'authentication',
'users',
Expand All @@ -51,15 +50,9 @@
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.security.SecurityMiddleware',
'corsheaders.middleware.CorsMiddleware',
'django.middleware.common.CommonMiddleware',
)

CORS_ORIGIN_WHITELIST = (
'localhost:3000',
'127.0.0.1:3000'
)

ROOT_URLCONF = 'intask.urls'

TEMPLATES = [
Expand Down
10 changes: 8 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,26 @@ certifi==2017.7.27.1
chardet==3.0.4
coreapi==2.3.1
coreschema==0.0.4
Django==1.11.4
coverage==4.4.1
coveralls==1.1
Django==1.10.7
django-cors-headers==2.1.0
django-rest-swagger==0.3.10
djangorestframework==3.6.3
djangorestframework-jwt==1.11.0
idna==2.5
docopt==0.6.2
itypes==1.1.0
Jinja2==2.9.6
MarkupSafe==1.0
openapi-codec==1.3.2
packaging==16.8
PyJWT==1.5.2
pyparsing==2.2.0
pytz==2017.2
PyYAML==3.12
redis==2.10.5
requests==2.18.3
simplejson==3.11.1
six==1.10.0
uritemplate==3.0.0
urllib3==1.22
Expand Down

0 comments on commit 523c032

Please sign in to comment.