# These packages are required for vis to run 'run_tests.py'.
# Don't use this for a requirements file. Rather, use 'requirements.txt' and then 'optional_requirements.txt' (if desired).
music21==2.1.2
pandas>=0.14.1,<0.17

# For plotting.
scipy>=0.16.0,<1.0.0

# For testing, coverage, stuff like that.
mock>=1.0.1
coverage
python-coveralls