We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9b8b7 commit 07575e5Copy full SHA for 07575e5
1 file changed
setup.py
@@ -21,7 +21,7 @@ def get_version(filename):
21
requirements = []
22
23
dev_requirements = [
24
- 'coverage', 'pytest', 'pytest-cov==2.5.0', 'pytest-xdist', 'twine', 'pep8',
+ 'coverage', 'pytest', 'pytest-cov==2.5.0', 'twine', 'pep8',
25
'flake8', 'wheel', 'sphinx', 'sphinx-autobuild', 'sphinx_rtd_theme']
26
27
version = get_version('./src/doi/__init__.py')
0 commit comments