Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UML-3042 add other names (also known as) field #96

Merged
merged 9 commits into from
Nov 15, 2023
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
POSTGRES_DB: postgres
broker_app:
image: pactfoundation/pact-broker
platform: linux/amd64
MishNajam marked this conversation as resolved.
Show resolved Hide resolved
ports:
- "9293:80"
- "9292:9292"
Expand Down
10 changes: 5 additions & 5 deletions lambda_functions/v1/requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ flake8==3.8.4
flake8-quotes==3.2.0
hypothesis==6.0.0
moto~=4.1
pytest==6.2.1
pytest-cov==2.10.1
pytest-env==0.6.2
pytest-html==3.1.1
pytest
pytest-cov
pytest-env
pytest-html
tenacity==6.3.1
validators==0.18.2
yarl==1.6.3
yarl
importlib-metadata
opg-sirius-service
localstack-client
Loading