pytest-cov
pytest
flake8
check-manifest
Cython
numpy # used in tests
pandas; platform_python_implementation!='PyPy' # used in tests; not install on pypy as it takes forever
wheel
twine
coverage
mypy; implementation_name != "pypy"
black; implementation_name != "pypy"

# codec libraries (snappy is intentionally left off this list as it requires other system libraries to be installed and is non-trivial)
cramjam
# Also don't install on windows for similar reasons
zstandard; sys_platform != 'win32'
lz4; sys_platform != 'win32'
