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

  1. [tool.poetry]
  2. name = "asset-compression-manager"
  3. version = "1.4.4"
  4. description = "Helper Utility For Managing Compressed Assets"
  5. authors = ["Drew Short <warrick@sothr.com>"]
  6. license = "Apache2"
  7. [tool.poetry.dependencies]
  8. python = "^3.8"
  9. click = "8.0.3"
  10. minio = "7.1.2"
  11. pydantic = "1.8.2"
  12. [tool.poetry.dev-dependencies]
  13. [build-system]
  14. requires = ["poetry-core>=1.0.0"]
  15. build-backend = "poetry.core.masonry.api"