Make sure package pinning is copied to setup.py

This commit is contained in:
Raphael Michel
2019-04-04 13:45:07 +02:00
parent af06f6fc38
commit c0df418265

View File

@@ -154,7 +154,7 @@ setup(
'coverage',
'pytest==3.6.*',
'pytest-django',
'pytest-xdist',
'pytest-xdist==1.27.*',
'isort',
'pytest-mock==1.6.*',
'pytest-rerunfailures',