| [build-system] |
| requires = ["setuptools>=69", "wheel"] |
| build-backend = "setuptools.build_meta" |
|
|
| [project] |
| name = "between-the-lines" |
| version = "0.1.0" |
| description = "Annotate Python files with small-model comments and AST validation." |
| readme = "README.md" |
| requires-python = ">=3.11" |
| dependencies = [ |
| "accelerate", |
| "bitsandbytes", |
| "gradio==5.50.0", |
| "huggingface_hub", |
| "llama-cpp-python", |
| "peft", |
| "safetensors", |
| "torch", |
| "transformers @ git+https://github.com/huggingface/transformers.git", |
| "truststore", |
| ] |
|
|
| [tool.setuptools.packages.find] |
| include = ["btl*"] |
|
|