mirror of
https://github.com/wassname/minicache.git
synced 2026-06-27 16:46:00 +08:00
minicache 0.1.0 — tiny disk cache: cloudpickle + gzip + arg blacklist + explicit state
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[project]
|
||||
name = "minicache"
|
||||
version = "0.1.0"
|
||||
description = "anycache-spirit single-file disk cache: cloudpickle + gzip + arg blacklist + explicit state."
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"cloudpickle>=2.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/minicache"]
|
||||
Reference in New Issue
Block a user