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.
19 lines
429 B
19 lines
429 B
[tool.poetry]
|
|
name = "asset-compression-manager"
|
|
version = "2.0.0"
|
|
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"
|
|
toml = "0.10.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|