mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 16:18:25 -04:00
Remove Flask Assets
This commit’s parent introduces a Node-based way of managing front end assets. Nothing else is needed in the app, specifically not Flask Assets. Flask itself automatically routes requests for `domain.tld/static/*` to the files in `app/static`. This also removes all the Ruby stuff.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
Flask==0.10.1
|
||||
Flask-Script==2.0.5
|
||||
Flask-Assets==0.11
|
||||
Flask-Migrate==1.3.1
|
||||
Flask-SQLAlchemy==2.0
|
||||
psycopg2==2.6.1
|
||||
@@ -10,4 +9,4 @@ Flask-WTF==0.11
|
||||
Flask-Login==0.2.11
|
||||
Flask-Bcrypt==0.6.2
|
||||
|
||||
git+https://github.com/alphagov/notify-api-client.git@0.1.4#egg=notify-api-client==0.1.4
|
||||
git+https://github.com/alphagov/notify-api-client.git@0.1.4#egg=notify-api-client==0.1.4
|
||||
|
||||
Reference in New Issue
Block a user