mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-30 14:10:40 -04:00
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.
10 lines
152 B
Plaintext
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
|