Refactored to use specific classes for different operations
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
[project]
|
||||
name = "ambers-stats"
|
||||
name = "tumblr_stats"
|
||||
version = "0.1.0"
|
||||
description = "Default template for PDM package"
|
||||
description = "Calculate Tumblr stats using pytumblr."
|
||||
authors = [
|
||||
{name = "Amber", email = "amber@ailuridae.io"},
|
||||
]
|
||||
dependencies = ["pytumblr>=0.1.2", "pyyaml>=6.0.3"]
|
||||
dependencies = ["pytumblr==0.1.2"]
|
||||
requires-python = "==3.14.*"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
|
||||
|
||||
[tool.pdm]
|
||||
|
||||
Reference in New Issue
Block a user