Skip to content

Commit

Permalink
Merge pull request AOT-Technologies#1521 from auslin-aot/requirements…
Browse files Browse the repository at this point in the history
…-update

Change in requirements file
  • Loading branch information
abhilash-aot authored Jul 10, 2023
2 parents 400db71 + fb81936 commit 4c8b745
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Mark items as `Added`, `Changed`, `Fixed`, `Removed`, `Untested Features`, `Upc
**forms-flow-web**

* Added `Form bundling` premium feature, refer [here](https://aot-technologies.github.io/forms-flow-ai-doc/#formBundling) for more details.
* Added RBAC(Role Based Access Control) support in form listing for designer and client.
* Added RBAC(Role Based Access Control) support in form listing for designer and client, for more details checkout [here](https://aot-technologies.github.io/forms-flow-ai-doc/#rbac).
* Added admin module for adding keycloak roles and user assignment.
* Added formsflow-admin group for RBAC support.

Expand All @@ -28,7 +28,7 @@ Mark items as `Added`, `Changed`, `Fixed`, `Removed`, `Untested Features`, `Upc

**forms-flow-api**

* Added RBAC(Role Based Access Control) support in form listing for designer and client.
* Added RBAC(Role Based Access Control) support in form listing for designer and client, click [here](https://aot-technologies.github.io/forms-flow-ai-doc/#rbac) for more details.
* Added migration script for existing users to get all forms listed, checkout [here]( ./forms-flow-api/README.md#migration-script-for-existing-users).
* Added admin module for adding keycloak roles and user assignment.
* Added formsflow-admin group for RBAC support.
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exceptiongroup==1.1.1
flask-jwt-oidc==0.3.0
flask-marshmallow==0.15.0
flask-restx==1.1.0
formsflow-api-utils @ git+https://github.com/AOT-Technologies/forms-flow-ai.git@2f23357e7dd8c4c87fceeee41b5bd7e16819131d#subdirectory=forms-flow-api-utils
formsflow-api-utils @ git+https://github.com/AOT-Technologies/forms-flow-ai.git@master#subdirectory=forms-flow-api-utils
gunicorn==20.1.0
h11==0.14.0
h2==4.1.0
Expand Down
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
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
4 changes: 2 additions & 2 deletions forms-flow-api/tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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: >
Expand All @@ -16,7 +16,7 @@ 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-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 @@ -28,7 +28,7 @@ exceptiongroup==1.1.1
flask-jwt-oidc==0.3.0
flask-marshmallow==0.15.0
flask-restx==1.1.0
formsflow-api-utils @ git+https://github.com/AOT-Technologies/forms-flow-ai.git@af3009dc01cb236900bdf0aaf391b67d15e50173#subdirectory=forms-flow-api-utils
formsflow-api-utils @ git+https://github.com/AOT-Technologies/forms-flow-ai.git@master#subdirectory=forms-flow-api-utils
gunicorn==20.1.0
h11==0.14.0
h2==4.1.0
Expand Down
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
selenium-wire
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 jobs/sentiment-analysis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e git+https://github.com/sumesh-aot/forms-flow-ai.git@46b89ff0ba9abe9904d1f7e0445f12f22132c0ed#egg=forms_flow_data_analysis_api&subdirectory=forms-flow-data-analysis-api
-e git+https://github.com/AOT-Technologies/forms-flow-ai.git@master#egg=forms_flow_data_analysis_api&subdirectory=forms-flow-data-analysis-api
Flask-Migrate==4.0.4
Flask-SQLAlchemy==3.0.5
Flask==2.3.2
Expand Down
2 changes: 1 addition & 1 deletion jobs/sentiment-analysis/requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ psycopg2-binary
Werkzeug
pymssql

-e git+https://github.com/sumesh-aot/forms-flow-ai.git@version-update-5.2.0#egg=forms_flow_data_analysis_api&subdirectory=forms-flow-data-analysis-api
-e git+https://github.com/AOT-Technologies/forms-flow-ai.git@master#egg=forms_flow_data_analysis_api&subdirectory=forms-flow-data-analysis-api

0 comments on commit 4c8b745

Please sign in to comment.