# pinned dependencies to reproduce an entire development environment to use PyNWB, run PyNWB tests, check code style,
# compute coverage, and create test environments. note that depending on the version of python installed, different
# versions of requirements may be installed due to package incompatibilities.
#
black==23.3.0
codespell==2.2.4
coverage==7.2.2
flake8==6.0.0
flake8-debugger==4.1.2
flake8-print==5.0.0
isort==5.12.0
pytest==7.1.2
pytest-cov==4.0.0
tox==4.4.8
