Skip to content

Commit c736e70

Browse files
Add httpx test dependency
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4284073 commit c736e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ train = [
2020
"torch>=2.3", "transformers>=4.44", "peft>=0.11", "trl>=0.9",
2121
"bitsandbytes>=0.43", "datasets>=2.19", "accelerate>=0.30", "sentencepiece>=0.2",
2222
]
23-
dev = ["pytest>=8.0"]
23+
dev = ["pytest>=8.0", "httpx>=0.27"]
2424

2525
[project.scripts]
2626
nullsec1 = "cli.nullsec1:main"

0 commit comments

Comments
 (0)