Skip to content
Merged
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
6 changes: 2 additions & 4 deletions docassemble/EFSPIntegration/interview_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,12 @@ def contact_fields_with_defaults(
"field": person.attr_name("other_contact_method"),
"input type": "area",
"required": False,
"help": word(
"""
"help": word("""
If you do not have a phone number or email, provide
specific contact instructions. For example, use a friend's phone number.
But the friend must be someone you can rely on to give you a
message.
"""
),
"""),
},
]
if is_admin or not can_check_efile:
Expand Down
1 change: 1 addition & 0 deletions docassemble/EFSPIntegration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
docassemble.base==1.6.5
setuptools<82.0.0
docassemble.webapp==1.6.5
docassemble.AssemblyLine>2.10.1
requests>2.25.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GitHub = "https://github.com/SuffolkLITLab/docassemble-EFSPIntegration"

[build-system]
requires = [
"setuptools>=60",
"setuptools>=60,<82.0.0",
"setuptools-scm>=8.1"]
build-backend = "setuptools.build_meta"

Expand Down
Loading