mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 13:38:24 -04:00
Merge pull request #4070 from alphagov/install-pyproj
Check that PyProj can be installed on PaaS
This commit is contained in:
@@ -24,6 +24,7 @@ Shapely==1.7.1
|
|||||||
rtreelib==0.2.0
|
rtreelib==0.2.0
|
||||||
fido2==0.9.1
|
fido2==0.9.1
|
||||||
importlib-metadata==4.2.0
|
importlib-metadata==4.2.0
|
||||||
|
pyproj==3.2.1
|
||||||
|
|
||||||
# PaaS
|
# PaaS
|
||||||
awscli-cwlogs>=1.4,<1.5
|
awscli-cwlogs>=1.4,<1.5
|
||||||
|
|||||||
@@ -28,7 +28,9 @@ botocore==1.20.84
|
|||||||
cachetools==4.2.2
|
cachetools==4.2.2
|
||||||
# via notifications-utils
|
# via notifications-utils
|
||||||
certifi==2021.5.30
|
certifi==2021.5.30
|
||||||
# via requests
|
# via
|
||||||
|
# pyproj
|
||||||
|
# requests
|
||||||
cffi==1.14.5
|
cffi==1.14.5
|
||||||
# via cryptography
|
# via cryptography
|
||||||
chardet==4.0.0
|
chardet==4.0.0
|
||||||
@@ -162,6 +164,8 @@ pyparsing==2.4.7
|
|||||||
# via packaging
|
# via packaging
|
||||||
pypdf2==1.26.0
|
pypdf2==1.26.0
|
||||||
# via notifications-utils
|
# via notifications-utils
|
||||||
|
pyproj==3.2.1
|
||||||
|
# via -r requirements.in
|
||||||
python-dateutil==2.8.1
|
python-dateutil==2.8.1
|
||||||
# via
|
# via
|
||||||
# awscli-cwlogs
|
# awscli-cwlogs
|
||||||
|
|||||||
Reference in New Issue
Block a user