11 lines
236 B
TOML
11 lines
236 B
TOML
|
|
[project]
|
||
|
|
name = "useful-notes"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Python environment for the `useful-notes` project"
|
||
|
|
|
||
|
|
requires-python = ">=3.10,<4.0"
|
||
|
|
dependencies = [
|
||
|
|
"pre-commit (>=4.2.0,<5.0.0)",
|
||
|
|
"icecream (>=2.1.4,<3.0.0)",
|
||
|
|
]
|