Skip to content

Commit b4aa1b7

Browse files
authored
feat: export background-geopoint as GPS field (#5420)
See kobotoolbox/formpack#327. This change just updates the formpack commit hash used by KPI
1 parent dddd619 commit b4aa1b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dependencies/pip/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# via -r dependencies/pip/requirements.in
99
-e git+https://github.com/trevoriancox/django-dont-vary-on.git@01a804122b7ddcdc22f50b40993f91c27b03bef6#egg=django-dont-vary-on
1010
# via -r dependencies/pip/requirements.in
11-
-e git+https://github.com/kobotoolbox/formpack.git@5a8cda8cc37a56a2313c98b88fcacc18049ef477#egg=formpack
11+
-e git+https://github.com/kobotoolbox/formpack.git@894d285b1d2955b2990500427158e845af32259d#egg=formpack
1212
# via -r dependencies/pip/requirements.in
1313
-e git+https://github.com/dimagi/python-digest@5c94bb74516b977b60180ee832765c0695ff2b56#egg=python_digest
1414
# via -r dependencies/pip/requirements.in

dependencies/pip/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/bndr/pipreqs is a handy utility, too.
33

44
# formpack
5-
-e git+https://github.com/kobotoolbox/formpack.git@5a8cda8cc37a56a2313c98b88fcacc18049ef477#egg=formpack
5+
-e git+https://github.com/kobotoolbox/formpack.git@894d285b1d2955b2990500427158e845af32259d#egg=formpack
66

77
# More up-to-date version of django-digest than PyPI seems to have.
88
# Also, python-digest is an unlisted dependency thereof.

dependencies/pip/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# via -r dependencies/pip/requirements.in
99
-e git+https://github.com/trevoriancox/django-dont-vary-on.git@01a804122b7ddcdc22f50b40993f91c27b03bef6#egg=django-dont-vary-on
1010
# via -r dependencies/pip/requirements.in
11-
-e git+https://github.com/kobotoolbox/formpack.git@5a8cda8cc37a56a2313c98b88fcacc18049ef477#egg=formpack
11+
-e git+https://github.com/kobotoolbox/formpack.git@894d285b1d2955b2990500427158e845af32259d#egg=formpack
1212
# via -r dependencies/pip/requirements.in
1313
-e git+https://github.com/dimagi/python-digest@5c94bb74516b977b60180ee832765c0695ff2b56#egg=python_digest
1414
# via -r dependencies/pip/requirements.in

0 commit comments

Comments
 (0)