Skip to content

Commit

Permalink
Updated reference in utils to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
auslin-aot committed Jan 15, 2025
1 parent 83c9b54 commit 5e53628
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion forms-flow-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ecdsa==0.19.0
flask-jwt-oidc==0.7.0
flask-marshmallow==1.2.1
flask-restx==1.3.0
formsflow_api_utils @ git+https://github.com/AOT-Technologies/forms-flow-ai.git@release/7.0.0#subdirectory=forms-flow-api-utils
formsflow_api_utils @ git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#subdirectory=forms-flow-api-utils
gunicorn==23.0.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 @@ -17,4 +17,4 @@ markupsafe
PyJWT
redis
lxml
git+https://github.com/AOT-Technologies/forms-flow-ai.git@release/7.0.0#subdirectory=forms-flow-api-utils
git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#subdirectory=forms-flow-api-utils
2 changes: 1 addition & 1 deletion forms-flow-documents/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ecdsa==0.19.0
flask-jwt-oidc==0.7.0
flask-marshmallow==1.2.1
flask-restx==1.3.0
formsflow_api_utils @ git+https://github.com/AOT-Technologies/forms-flow-ai.git@release/7.0.0#subdirectory=forms-flow-api-utils
formsflow_api_utils @ git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#subdirectory=forms-flow-api-utils
gunicorn==23.0.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 @@ -19,4 +19,4 @@ selenium-wire
blinker<1.8.0 # latest selenium-wire have breaking changes with blinker
nested-lookup
setuptools
git+https://github.com/AOT-Technologies/forms-flow-ai.git@release/7.0.0#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils
git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#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/AOT-Technologies/forms-flow-ai.git@release/7.0.0#egg=forms_flow_data_analysis_api&subdirectory=forms-flow-data-analysis-api
-e git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#egg=forms_flow_data_analysis_api&subdirectory=forms-flow-data-analysis-api
Flask-Migrate==4.0.7
Flask-SQLAlchemy==3.1.1
Flask==3.1.0
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/AOT-Technologies/forms-flow-ai.git@release/7.0.0#egg=forms_flow_data_analysis_api&subdirectory=forms-flow-data-analysis-api
-e git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#egg=forms_flow_data_analysis_api&subdirectory=forms-flow-data-analysis-api

0 comments on commit 5e53628

Please sign in to comment.