mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-02 07:00:51 -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.
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
Flask==0.10.1
|
|
Flask-Script==2.0.5
|
|
Flask-WTF==0.11
|
|
Flask-Login==0.2.11
|
|
credstash==1.8.0
|
|
boto3==1.3.0
|
|
Pygments==2.0.2
|
|
py-gfm==0.1.2
|
|
|
|
git+https://github.com/alphagov/notifications-python-client.git@0.5.0#egg=notifications-python-client==0.5.0
|
|
|
|
git+https://github.com/alphagov/notifications-utils.git@4.1.3#egg=notifications-utils==4.1.3
|