# packages necessary to run tests and push PRs
# assumes requirements for merlin-core are already installed

black==21.7b0
click<8.1.0
flake8==3.9.2
isort==5.9.3
pylint==2.7.4
bandit==1.7.0
interrogate==1.5.0
pytest>=5
pytest-cov>=2
pytest-xdist
codespell

# docs
Sphinx==3.5.4
sphinx_rtd_theme==1.0.0
sphinx_markdown_tables==0.0.15
sphinx-multiversion==0.2.4
recommonmark==0.7.1
jinja2<3.1
markupsafe==2.0.1
natsort==8.1.0

# needed to make test_s3 work
moto>=2
boto3==1.17
s3fs>=2021.4
aiobotocore>=1.3.3
flask
flask-cors
