Skip to content

Commit 4ac7477

Browse files
committed
Move django-nose dependency to test requirements
1 parent c4df8b4 commit 4ac7477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
'Django >= 1.4',
1313
'django-appconf',
1414
'django-extensions',
15-
'django-nose',
1615
'itsdangerous',
1716
'requests',
1817
'PyJWT',
@@ -22,6 +21,7 @@
2221
tests_require = [
2322
'coverage',
2423
'coveralls',
24+
'django-nose',
2525
'factory-boy',
2626
'fake-factory',
2727
'mock',

0 commit comments

Comments
 (0)