Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin pyxform version with support for background-geopoint questions #5195

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions dependencies/pip/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# via -r dependencies/pip/requirements.in
-e git+https://github.com/dimagi/python-digest@5c94bb74516b977b60180ee832765c0695ff2b56#egg=python_digest
# via -r dependencies/pip/requirements.in
-e git+https://github.com/XLSForm/pyxform.git@a724215f67c53bf529678125db15cae99cf61493#egg=pyxform
# via
# -r dependencies/pip/requirements.in
# formpack
-e git+https://github.com/kobotoolbox/ssrf-protect@9b97d3f0fd8f737a38dd7a6b64efeffc03ab3cdd#egg=ssrf_protect
# via -r dependencies/pip/requirements.in
aiohttp==3.9.3
Expand Down Expand Up @@ -537,10 +541,6 @@ pytz==2024.1
# via
# flower
# pandas
pyxform==2.1.1
# via
# -r dependencies/pip/requirements.in
# formpack
pyyaml==6.0.1
# via responses
redis==5.0.3
Expand Down
4 changes: 3 additions & 1 deletion dependencies/pip/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
# using a fork for django > 1.1.0 compatibility
-e git+https://github.com/trevoriancox/django-dont-vary-on.git@01a804122b7ddcdc22f50b40993f91c27b03bef6#egg=django-dont-vary-on

# pyxform
-e git+https://github.com/XLSForm/pyxform.git@a724215f67c53bf529678125db15cae99cf61493#egg=pyxform

# Regular PyPI packages
Django>=4.2,<4.3
Markdown
Expand Down Expand Up @@ -75,7 +78,6 @@ openpyxl
psycopg
pymongo
python-dateutil
pyxform==2.1.1
requests
regex
responses
Expand Down
8 changes: 4 additions & 4 deletions dependencies/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# via -r dependencies/pip/requirements.in
-e git+https://github.com/dimagi/python-digest@5c94bb74516b977b60180ee832765c0695ff2b56#egg=python_digest
# via -r dependencies/pip/requirements.in
-e git+https://github.com/XLSForm/pyxform.git@a724215f67c53bf529678125db15cae99cf61493#egg=pyxform
# via
# -r dependencies/pip/requirements.in
# formpack
-e git+https://github.com/kobotoolbox/ssrf-protect@9b97d3f0fd8f737a38dd7a6b64efeffc03ab3cdd#egg=ssrf_protect
# via -r dependencies/pip/requirements.in
aiohttp==3.9.3
Expand Down Expand Up @@ -412,10 +416,6 @@ pytz==2024.1
# via
# flower
# pandas
pyxform==2.1.1
# via
# -r dependencies/pip/requirements.in
# formpack
pyyaml==6.0.1
# via responses
redis==5.0.3
Expand Down
1 change: 1 addition & 0 deletions jsapp/xlform/src/model.row.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $skipLogicHelpers = require './mv.skipLogicHelpers'
readParameters = require('../../js/components/formBuilder/formBuilderUtils').readParameters
writeParameters = require('../../js/components/formBuilder/formBuilderUtils').writeParameters
txtid = require('js/utils').txtid
notify = require('js/utils').notify

module.exports = do ->
row = {}
Expand Down
Loading