Skip to content

Commit

Permalink
build: Upgrade flattentool. Remove old comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 20, 2023
1 parent 9bfa655 commit d030384
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions cove_oc4ids/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ def explore_oc4ids(request, pk):

schema_oc4ids = SchemaOC4IDS(lib_cove_oc4ids_config=lib_cove_oc4ids_config)

# Flatten Tool has catastrophically bad performance on even a 50 MB file (uses 3 GB). In the last 14 days as of
# 2020-10-06, `flattened.xlsx` has been requested only once. As such, this feature is disabled.
# This feature is disabled, because `flattened.xlsx` was requested once in 14 days as of 2020-10-06.
# context.update(convert_json(upload_dir, upload_url, file_name, lib_cove_oc4ids_config,
# schema_url=schema_oc4ids.schema_url, replace=True,
# request=request, flatten=True))
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ django-environ==0.6.0
# via libcoveweb
et-xmlfile==1.1.0
# via openpyxl
flattentool==0.19.0
flattentool==0.24.0
# via
# libcove
# libcoveweb
Expand Down
6 changes: 2 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ exceptiongroup==1.1.1
# trio-websocket
flake8==3.9.2
# via -r requirements_dev.in
flattentool==0.19.0
flattentool==0.24.0
# via
# -r requirements.txt
# libcove
Expand Down Expand Up @@ -131,9 +131,7 @@ libcove[flatten] @ https://github.com/jpmckinney/lib-cove/archive/hotfix2.zip
# libcoveocds
# libcoveweb
libcoveoc4ids[perf]==0.4.2
# via
# -r requirements.txt
# libcoveoc4ids
# via -r requirements.txt
libcoveocds==0.11.0
# via
# -r requirements.txt
Expand Down

0 comments on commit d030384

Please sign in to comment.