mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 11:48:25 -04:00
Check that PyProj can be installed on PaaS
Previously when trying to bring in https://github.com/alphagov/notifications-utils/pull/889 we had trouble because there were no wheels available for the version of Pip that we were using. Now that we have upgraded to Python 3.9 we are using a newer buildpack which should have the necessary wheels available. This commit is just installing the package and nothing else, to give us more confidence that we can merge https://github.com/alphagov/notifications-utils/pull/915/files without having to subsequently revert it.
This commit is contained in:
@@ -24,6 +24,7 @@ Shapely==1.7.1
|
||||
rtreelib==0.2.0
|
||||
fido2==0.9.1
|
||||
importlib-metadata==4.2.0
|
||||
pyproj==3.2.1
|
||||
|
||||
# PaaS
|
||||
awscli-cwlogs>=1.4,<1.5
|
||||
|
||||
Reference in New Issue
Block a user