Skip to content
Snippets Groups Projects
Commit 052e4434 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Tox moved to install_requires

parent b644b4ea
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!84Upgrade of setup.py
......@@ -64,10 +64,8 @@ setup(
long_description=open('README.md').read(),
packages=find_packages(exclude=['scripts']),
setup_requires=[
'importlib_metadata',
'pytest-runner',
'setuptools-git-version',
'tox'
'setuptools-git-version'
],
install_requires=[
'importlib_metadata',
......@@ -87,6 +85,7 @@ setup(
'configargparse',
'pdoc',
'diff-match-patch',
'tox'
],
entry_points={
'console_scripts': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment