Skip to content

Commit af35ffc

Browse files
committedMar 8, 2016
Update settings and requirements
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 2a885b5 commit af35ffc

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed
 

‎nikolausers/settings.py

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
'django.contrib.messages',
4343
'django.contrib.staticfiles',
4444
'sites',
45-
'djrill',
4645
'newrelic.extras.framework_django',
4746
)
4847

‎requirements.txt

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
Django==1.8.7
2-
newrelic==2.58.2.45
1+
decorator==4.0.6
2+
Django==1.9.4
3+
docopt==0.6.2
4+
ipython==4.0.1
5+
ipython-genutils==0.1.0
6+
newrelic==2.60.0.46
7+
path.py==8.1.2
8+
pep257==0.7.0
9+
pexpect==4.0.1
10+
pickleshare==0.5
311
psycopg2==2.6.1
12+
ptyprocess==0.5
413
pytz==2015.7
5-
requests==2.8.1
14+
requests==2.9.0
15+
simplegeneric==0.8.1
16+
traitlets==4.0.0
617
uWSGI==2.0.11.2
718
wheel==0.26.0

0 commit comments

Comments
 (0)
Please sign in to comment.