Skip to content
Open
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
4 changes: 2 additions & 2 deletions ask-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"skillInfrastructure": {
"type": "@ask-cli/lambda-deployer",
"userConfig": {
"runtime": "python3.7",
"runtime": "python3.8",
"handler": "lambda_function.lambda_handler",
"awsRegion": "us-east-1"
}
Expand All @@ -31,7 +31,7 @@
"skillInfrastructure": {
"type": "@ask-cli/lambda-deployer",
"userConfig": {
"runtime": "python3.7",
"runtime": "python3.8",
"handler": "lambda_function.lambda_handler",
"awsRegion": "us-east-1"
}
Expand Down
3 changes: 2 additions & 1 deletion hooks/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ install_dependencies() {

venv/bin/python -m pip --disable-pip-version-check install -r mycity/deploy_tools/requirements.txt -t ./ ${QQ:+-qq}
venv/bin/python -m pip --disable-pip-version-check install --no-deps -r mycity/deploy_tools/requirements_no_deps.txt -t ./ ${QQ:+-qq}
venv/bin/python -m pip --disable-pip-version-check install --upgrade "../mycity/mycity/deploy_tools/linux_wheels/python_crfsuite-0.9.6-cp37-cp37m-manylinux1_x86_64.whl" -t ./ ${QQ:+-qq}
venv/bin/python -m pip --disable-pip-version-check install --upgrade "../mycity/mycity/deploy_tools/linux_wheels/python_crfsuite-0.9.7-cp38-cp38-manylinux1_x86_64.whl" -t ./ ${QQ:+-qq}
venv/bin/python -m pip --disable-pip-version-check install --upgrade "../mycity/mycity/deploy_tools/linux_wheels/ujson-4.0.2-cp38-cp38-manylinux1_x86_64.whl" -t ./ ${QQ:+-qq}
return $?
}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 6 additions & 2 deletions mycity/mycity/deploy_tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ codecov==2.0.15
coverage==4.5.1
idna==2.6
nose==1.3.7
ntlm-auth==1.5.0
requests==2.22.0
requests-ntlm==1.1.0
requests-toolbelt==0.9.1
six==1.11.0
street-address==0.3.0
ujson==4.0.2
usaddress==0.5.0
urllib3>=1.23
urllib3>=1.25,<1.26
beautifulsoup4==4.6.0
python-dateutil==2.8.0
pytz==2017.3
pytz==2017.3
2 changes: 1 addition & 1 deletion mycity/mycity/deploy_tools/requirements_no_deps.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
arcgis==1.4.0
arcgis==1.8.4