mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
Register codeflash_core in pyproject.toml and add missing deps
Add attrs and requests to dependencies. Include src/codeflash_core in the sdist build target.
This commit is contained in:
parent
08dc1f5c11
commit
be90440fdd
1 changed files with 3 additions and 1 deletions
|
|
@ -30,6 +30,8 @@ dependencies = [
|
|||
"tree-sitter-kotlin>=1.0.0",
|
||||
"pytest-timeout>=2.1.0",
|
||||
"tomlkit>=0.11.7",
|
||||
"attrs>=23.1.0",
|
||||
"requests>=2.28.0",
|
||||
"junitparser>=3.1.0",
|
||||
"pydantic>=1.10.1",
|
||||
"humanize>=4.0.0",
|
||||
|
|
@ -102,7 +104,7 @@ tests = [
|
|||
]
|
||||
|
||||
[tool.hatch.build.targets.sdist]
|
||||
include = ["codeflash"]
|
||||
include = ["codeflash", "src/codeflash_core"]
|
||||
exclude = [
|
||||
"docs/*",
|
||||
"experiments/*",
|
||||
|
|
|
|||
Loading…
Reference in a new issue