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

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

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