Skip to content

Commit a7f69f5

Browse files
committed
Update Python test dependencies
1 parent 7ea7341 commit a7f69f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
],
2727
extras_require={
2828
'test': [
29-
'django',
30-
'pytest',
31-
'pytest-django',
32-
'pytest-cov',
33-
'pytest-pythonpath'
29+
'django>=1.8',
30+
'pytest~=3.0',
31+
'pytest-django~=3.0',
32+
'pytest-cov~=2.4',
33+
'pytest-pythonpath~=0.7'
3434
]
3535
},
3636
classifiers=[

0 commit comments

Comments
 (0)