Merge pull request #4074 from alphagov/no-egg

Don’t put version number in requirements twice
This commit is contained in:
Chris Hill-Scott
2021-11-26 14:54:37 +00:00
committed by GitHub

View File

@@ -30,8 +30,8 @@ pyproj==3.2.1
awscli-cwlogs>=1.4,<1.5
itsdangerous==1.1.0 # pyup: <2
git+https://github.com/alphagov/notifications-utils.git@48.0.0#egg=notifications-utils==48.0.0
git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.8-alpha#egg=govuk-frontend-jinja==0.5.8-alpha
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@48.0.0
govuk-frontend-jinja @ git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.8-alpha
# cryptography 3.4+ incorporates Rust code, which isn't supported on PaaS
# e.g. https://github.com/alphagov/notifications-api/pull/3126