Skip to content

Instantly share code, notes, and snippets.

@rominf
Created October 29, 2018 08:44
Show Gist options
  • Save rominf/2fd9b94b5b469783787f96f65e225bc1 to your computer and use it in GitHub Desktop.
Save rominf/2fd9b94b5b469783787f96f65e225bc1 to your computer and use it in GitHub Desktop.
pyproject.toml for poetry update bug
[tool.poetry]
name = "aiosplinter"
version = "0.1.0"
description = "Asynchronous splinter wrapper Python library"
authors = ["Roman Inflianskas <infroma@gmail.com>"]
license = "Apache-2.0"
readme = "README.md"
keywords = ["splinter", "web", "browser", "web-browser", "automation", "selenium", "async", "asyncio"]
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules"
]
repository = "https://github.com/rominf/aiosplinter"
[tool.poetry.dependencies]
python = "^3.6"
aioify = "*"
poetry-version = {git = "https://github.com/rominf/poetry-version.git"}
splinter = "^0.9.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment