mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 15:39:49 -04:00
Bump utils to bring in new polygon simplification
We’ve changed our simplification a bit so: - polygons have slightly more points (see https://github.com/alphagov/notifications-utils/pull/873) - the individual points have less precision (see https://github.com/alphagov/notifications-utils/pull/872) Overall this reduces the size of the data we’re storing from 74MB to 63MB, and should make any pages where we are rendering lots of coordinates load a bit quicker.
This commit is contained in:
@@ -26,7 +26,7 @@ fido2==0.9.1
|
||||
awscli-cwlogs>=1.4,<1.5
|
||||
itsdangerous==1.1.0 # pyup: <2
|
||||
|
||||
git+https://github.com/alphagov/notifications-utils.git@44.2.2#egg=notifications-utils==44.2.2
|
||||
git+https://github.com/alphagov/notifications-utils.git@44.4.2#egg=notifications-utils==44.4.2
|
||||
git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.8-alpha#egg=govuk-frontend-jinja==0.5.8-alpha
|
||||
|
||||
# cryptography 3.4+ incorporates Rust code, which isn't supported on PaaS
|
||||
|
||||
Reference in New Issue
Block a user