mirror of
https://github.com/novoid/guess-filename.py.git
synced 2026-02-16 05:14:16 +00:00
13 lines
280 B
TOML
13 lines
280 B
TOML
[project]
|
|
name = "guess-filename-py"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"colorama>=0.4.6",
|
|
"fuzzywuzzy>=0.18.0",
|
|
"levenshtein>=0.27.1",
|
|
"pudb>=2025.1",
|
|
"pypdf>=6.0.0",
|
|
]
|