mirror of
https://github.com/tcsenpai/devlog.git
synced 2025-06-02 16:50:03 +00:00
18 lines
362 B
TOML
18 lines
362 B
TOML
[project]
|
|
name = "devlog"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"gitpython>=3.1.43",
|
|
"python-dotenv>=1.0.1",
|
|
"requests>=2.32.3",
|
|
"markdown>=3.7",
|
|
"python-dateutil>=2.9.0.post0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|