[tool.poetry] name = "ws_annihilator" version = "2.8.2rc1" description = "Workspaces Directory Annihilator; Clean up generated products from lustre!" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" readme = "README.md" [tool.poetry.dependencies] python = "^3.10" requests = "^2.29.0" pycapo = "^0.3.1" [tool.poetry.group.test.dependencies] pytest = "^7.3.1" [tool.poetry.scripts] ws_annihilator = "ws_annihilator.annihilator:main" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"