Skip to content

Commit

Permalink
Reduce backtracking during pip install quilt3[catalog] (#3292)
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored and Rob Newman committed Apr 6, 2023
1 parent 2d65329 commit 5faa087
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def run(self):
'catalog': [
'quilt3_local>=1,<2',
'uvicorn>=0.15,<0.18',
# Workaround to reduce backtracking during `pip install quilt3[catalog]`.
'aiobotocore[boto3]>=2',
],
},
include_package_data=True,
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Entries inside each section should be ordered by type:
## Catalog, Lambdas
!-->
## Python API
* [Fixed] Reduce backtracking during `pip install quilt3[catalog]` ([#3292](https://github.com/quiltdata/quilt/pull/3292))

## Catalog, Lambdas
* [Added] Add 'ECharts' and 'Text' file type switcher, significantly refactor this switcher ([#3240](https://github.com/quiltdata/quilt/pull/3240))
* [Added] Add link to file from Athena results ([#3242](https://github.com/quiltdata/quilt/pull/3242))
Expand Down

0 comments on commit 5faa087

Please sign in to comment.