mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -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:
+12
-12
@@ -1,17 +1,17 @@
|
||||
#
|
||||
# This file is autogenerated by pip-compile
|
||||
# This file is autogenerated by pip-compile with python 3.6
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile requirements.in
|
||||
#
|
||||
ago==0.0.93
|
||||
# via -r requirements.in
|
||||
awscli-cwlogs==1.4.6
|
||||
# via -r requirements.in
|
||||
awscli==1.19.84
|
||||
# via
|
||||
# awscli-cwlogs
|
||||
# notifications-utils
|
||||
awscli-cwlogs==1.4.6
|
||||
# via -r requirements.in
|
||||
bleach==3.3.0
|
||||
# via notifications-utils
|
||||
blinker==1.4
|
||||
@@ -53,12 +53,6 @@ eventlet==0.30.2 # pyup: ignore
|
||||
# via -r requirements.in
|
||||
fido2==0.9.1
|
||||
# via -r requirements.in
|
||||
flask-login==0.5.0
|
||||
# via -r requirements.in
|
||||
flask-redis==0.4.0
|
||||
# via notifications-utils
|
||||
flask-wtf==0.15.1
|
||||
# via -r requirements.in
|
||||
flask==1.1.2
|
||||
# via
|
||||
# -r requirements.in
|
||||
@@ -67,6 +61,12 @@ flask==1.1.2
|
||||
# flask-wtf
|
||||
# gds-metrics
|
||||
# notifications-utils
|
||||
flask-login==0.5.0
|
||||
# via -r requirements.in
|
||||
flask-redis==0.4.0
|
||||
# via notifications-utils
|
||||
flask-wtf==0.15.1
|
||||
# via -r requirements.in
|
||||
gds-metrics==0.2.4
|
||||
# via -r requirements.in
|
||||
geojson==2.5.0
|
||||
@@ -118,7 +118,7 @@ mistune==0.8.4
|
||||
# via notifications-utils
|
||||
notifications-python-client==6.1.0
|
||||
# via -r requirements.in
|
||||
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
|
||||
# via -r requirements.in
|
||||
openpyxl==3.0.7
|
||||
# via pyexcel-xlsx
|
||||
@@ -136,6 +136,8 @@ pyasn1==0.4.8
|
||||
# via rsa
|
||||
pycparser==2.20
|
||||
# via cffi
|
||||
pyexcel==0.6.6
|
||||
# via -r requirements.in
|
||||
pyexcel-ezodf==0.3.4
|
||||
# via pyexcel-ods3
|
||||
pyexcel-io==0.6.4
|
||||
@@ -151,8 +153,6 @@ pyexcel-xls==0.6.2
|
||||
# via -r requirements.in
|
||||
pyexcel-xlsx==0.6.0
|
||||
# via -r requirements.in
|
||||
pyexcel==0.6.6
|
||||
# via -r requirements.in
|
||||
pyjwt==2.1.0
|
||||
# via notifications-python-client
|
||||
pyparsing==2.4.7
|
||||
|
||||
Reference in New Issue
Block a user