mirror of
https://github.com/waldekmastykarz/python-tokenize.git
synced 2025-02-05 17:15:56 +03:00
17 lines
288 B
TOML
17 lines
288 B
TOML
[project]
|
|
name = "python-tokenize"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"pandas>=2.2.3",
|
|
"tiktoken>=0.8.0",
|
|
"tokenizers>=0.21.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"ipykernel>=6.29.5",
|
|
]
|