Skip to content

Commit

Permalink
chore(weave): Refactor hotfixes3 #2536
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong authored Sep 30, 2024
1 parent 42e818d commit b7e324e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion weave_query/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ packages = ["weave_query"]

[tool.setuptools.dynamic]
version = { attr = "weave_query.version.VERSION" }
dependencies = { file = ["requirements.txt"] }
dependencies = { file = ["requirements.legacy.txt"] }


[tool.setuptools.dynamic.optional-dependencies]
examples = { file = ["requirements.legacy.ecosystem.txt"] }
Expand Down
3 changes: 3 additions & 0 deletions weave_query/requirements.legacy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ emoji>=2.12.1
# Used for ID Generation - remove once python's
# built-in uuid module is updated to support UUIDv7
uuid-utils>=0.9.0

flask_cors

0 comments on commit b7e324e

Please sign in to comment.