Skip to content

Commit

Permalink
webapi requirements sync to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
auslin-aot committed Jan 21, 2025
1 parent d14da2b commit 8a63387
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/auslin-aot/forms-flow-ai.git@feature/fwf-3749-application-get-api-changes#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/auslin-aot/forms-flow-ai.git@feature/fwf-3749-application-get-api-changes#subdirectory=forms-flow-api-utils
git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#subdirectory=forms-flow-api-utils
4 changes: 2 additions & 2 deletions forms-flow-documents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ example

The example template will produce a PDF in a tabular form

[Preview](https://github.com/sreehari-aot/forms-flow-ai/blob/pdf-template/.images/export_pdf_template_1.pdf)
[Preview](https://github.com/AOT-Technologies/forms-flow-ai/blob/develop/.images/export_pdf_template_1.pdf)


Example template for bundle
Expand Down Expand Up @@ -176,7 +176,7 @@ In case of a bundle, the form object contains a list of forms along with the sub
```
The example template will generate a PDF with a table for each form.

[Preview](https://github.com/auslin-aot/forms-flow-ai/blob/feature/FWF-3257-export-pdf-bundle/.images/export_pdf_bundle_template.pdf)
[Preview](https://github.com/AOT-Technologies/forms-flow-ai/blob/develop/.images/export_pdf_bundle_template.pdf)

TODO: Provide details for `form` object

Expand Down

0 comments on commit 8a63387

Please sign in to comment.