We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4663a7e + 8310e0c commit cd3ee00Copy full SHA for cd3ee00
requirements-dev.txt
@@ -2,7 +2,6 @@
2
3
# Testing
4
# -------------------------------------------------
5
-mock==2.0.0
6
# Fix for travis CI tests failing
7
# Ref: https://github.com/FactoryBoy/factory_boy/issues/334#issuecomment-267696136
8
fake-factory==0.7.4
requirements.txt
@@ -31,6 +31,7 @@ oauthlib==1.1.2
31
python-openid==2.2.5
32
requests==2.7.0
33
requests-oauthlib==0.5.0
34
+mock==2.0.0 # Django all auth needs
35
36
# Admin
37
settings/common.py
@@ -226,7 +226,7 @@
226
227
SITE_PROTOCOL = 'http'
228
229
-MARKDOWN_EXTENSIONS = ['linkify']
+# MARKDOWN_EXTENSIONS = ['linkify']
230
231
232
# twitter settings
0 commit comments