[tool.poetry] name = "dampythoninterface" version = "21.1.0" description = "Python API that creates DAM xml file." authors = ["EleniSmyrniou "] [tool.poetry.dependencies] python = "^3.8" lxml = "^4.6.3" pydantic = "^1.8.2" Sphinx = "^4.2.0" [tool.poetry.dev-dependencies] pytest = "^6.2.5" teamcity-messages = "^1.29" pandas = "^1.3.3" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"