# Requirements for running unit tests on this project # If you aren't intending to run unit tests you can ignore this file # These packages should be installed in addition to requirements.txt mock==2.0.0; python_version < '3.0' nose>=1.3.7 django-nose>=1.4.4 coverage>=4.3.1 coveralls>=1.1 requests-mock>=1.2.0