Tooling for managing asset compression, storage, and retrieval
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
413 B

[tool.poetry]
name = "asset-compression-manager"
version = "1.4.4"
description = "Helper Utility For Managing Compressed Assets"
authors = ["Drew Short <warrick@sothr.com>"]
license = "Apache2"
[tool.poetry.dependencies]
python = "^3.8"
click = "8.0.3"
minio = "7.1.2"
pydantic = "1.8.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"