[tool.poetry] name = "iridium" version = "0.1.0" description = "A diferent way to control a headless browser diferent to selenium" authors = ["kirbylife "] [tool.poetry.dependencies] python = "^3.6" requests-html = "^0.10.0" clipboard = "^0.0.4" python-libxdo = { git = "https://github.com/rshk/python-libxdo.git" } [tool.poetry.dev-dependencies] ipython = "^7.9" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"