Skip to content

Commit

Permalink
feat(xlsform): support background-geopoint… TASK-1195 (#5238)
Browse files Browse the repository at this point in the history
### 📣 Summary
Support the new `background-geopoint` question type [[read
more]](XLSForm/pyxform#716) by upgrading
pyxform to v2.2.0, which includes XLSForm/pyxform#726


### 👀 Preview steps

1. Create a project by uploading an XLSForm with a `background-geopoint`
question, for example
([Simple_background_geo.xlsx](https://github.com/user-attachments/files/17510897/Simple_background_geo.xlsx))
1. Deploy the project
1. Download the project's XML XForm and verify it against the example
here:
XLSForm/pyxform#716 (comment).
  • Loading branch information
jnm authored Nov 7, 2024
1 parent 265ddfd commit fee0f81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies/pip/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ pytz==2024.1
# via
# flower
# pandas
pyxform==2.1.1
pyxform==2.2.0
# via
# -r dependencies/pip/requirements.in
# formpack
Expand Down
2 changes: 1 addition & 1 deletion dependencies/pip/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ openpyxl
psycopg
pymongo
python-dateutil
pyxform==2.1.1
pyxform==2.2.0
requests
regex
responses
Expand Down
2 changes: 1 addition & 1 deletion dependencies/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ pytz==2024.1
# via
# flower
# pandas
pyxform==2.1.1
pyxform==2.2.0
# via
# -r dependencies/pip/requirements.in
# formpack
Expand Down

0 comments on commit fee0f81

Please sign in to comment.