iridium/pyproject.toml

19 lines
469 B
TOML
Raw Normal View History

2019-11-05 00:00:31 +00:00
[tool.poetry]
name = "iridium"
version = "0.1.0"
description = "A diferent way to control a headless browser diferent to selenium"
authors = ["kirbylife <gabriel13m@gmail.com>"]
[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]
2019-11-05 00:23:18 +00:00
ipython = "^7.9"
2019-11-05 00:00:31 +00:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"