Skip to content

Commit

Permalink
dependencies changed to master
Browse files Browse the repository at this point in the history
1. change log updated
  • Loading branch information
shuhaib-aot authored and abhilash-aot committed Jan 18, 2023
1 parent 0f6dfc3 commit 92a9df4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion forms-flow-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ rsa==4.9
six==1.16.0
urllib3==1.26.11
zipp==3.8.1
git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils
git+https://github.com/AOT-Technologies/forms-flow-ai.git@master#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils
2 changes: 1 addition & 1 deletion forms-flow-api/requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Werkzeug==2.1.2 # Watch out updates on https://github.com/python-restx/flask-res
sqlalchemy_utils
markupsafe
PyJWT
git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils
git+https://github.com/AOT-Technologies/forms-flow-ai.git@master#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils
6 changes: 3 additions & 3 deletions forms-flow-api/tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ services:
image: stoplight/prism:3.3.0
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/forms-flow-bpm/api-spec/forms-flow-bpm-api-spec.yaml
https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/master/forms-flow-bpm/api-spec/forms-flow-bpm-api-spec.yaml
analytics:
image: stoplight/prism:3.3.0
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/forms-flow-analytics/api-spec/forms-flow-analytics-api-spec.yaml
https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/master/forms-flow-analytics/api-spec/forms-flow-analytics-api-spec.yaml
forms:
image: stoplight/prism:3.3.0
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/forms-flow-forms/api-spec/forms-flow-forms-api-spec.yaml
https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/master/forms-flow-forms/api-spec/forms-flow-forms-api-spec.yaml
proxy:
image: nginx:alpine
volumes:
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-documents/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ six==1.16.0
urllib3==1.26.11
zipp==3.8.1
nested-lookup==0.2.25
git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils
git+https://github.com/AOT-Technologies/forms-flow-ai.git@master#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils
2 changes: 1 addition & 1 deletion forms-flow-documents/requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ PyJWT
selenium==3.141.0
selenium-wire==3.0.0
nested-lookup
git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils
git+https://github.com/AOT-Technologies/forms-flow-ai.git@master#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils
2 changes: 1 addition & 1 deletion forms-flow-documents/tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: stoplight/prism:3.3.0
command: >
mock -p 4010 --host 0.0.0.0
https://raw.githubusercontent.com/sreehari-aot/forms-flow-ai/pdf-template/forms-flow-forms/api-spec/forms-flow-forms-api-spec.yaml
https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/master/forms-flow-forms/api-spec/forms-flow-forms-api-spec.yaml
proxy:
image: nginx:alpine
volumes:
Expand Down

0 comments on commit 92a9df4

Please sign in to comment.