Files
notifications-admin/requirements_for_test.txt
Rebecca Law 009c117452 Upgrade requirements.
With the upgrade of pep8 to 1.7.0 module imports are required to be at the top of the file,
meaning I had to add a noqa line to some of the init files. Are those init files wrong or is pep8 too strict.
2016-04-21 09:30:33 +01:00

10 lines
152 B
Plaintext

-r requirements.txt
pep8==1.7.0
pytest==2.9.1
pytest-mock==0.11.0
pytest-cov==2.2.1
coveralls==1.1
moto==0.4.23
httpretty==0.8.14
beautifulsoup4==4.4.1