Skip to content

Instantly share code, notes, and snippets.

@rominf
Created November 12, 2018 06:05
Show Gist options
  • Save rominf/43db2814d214b6799defba3caa15640f to your computer and use it in GitHub Desktop.
Save rominf/43db2814d214b6799defba3caa15640f to your computer and use it in GitHub Desktop.
poetry update downgrades dependencies - pyproject.toml files
[tool.poetry]
name = "adv-publisher"
version = "0.1.7"
description = "Python library for advertisement publisher automation using aiohttp/splinter"
authors = ["Roman Inflianskas <r.inflyanskas@zmeke.com>"]
license = "Apache-2.0"
repository = "https://gitlab.kama.gs/r.inflyanskas/adv-publisher"
[tool.poetry.dependencies]
python = "^3.6"
aiohttp = "^3.4"
poetry-version = "^0.1.2"
kg = "^0.1.7"
dataclasses = "^0.6.0"
splinter = "^0.9.0"
aioify = {git = "https://github.com/yifeikong/aioify.git"}
aiosplinter = "^0.1.1"
[tool.poetry.dev-dependencies]
[[tool.poetry.source]]
name = "kama"
url = "https://pypi.kama.gs/tech/index/+simple"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.poetry]
name = "applovin"
version = "0.1.4"
description = "Python library for applovin automatization using aiohttp"
authors = ["Roman Inflianskas <r.inflyanskas@zmeke.com>"]
license = "Apache-2.0"
repository = "https://gitlab.kama.gs/r.inflyanskas/applovin"
[tool.poetry.dependencies]
python = "^3.6"
aiohttp = "^3.4"
poetry-version = "^0.1.2"
kg = "^0.1.7"
dataclasses = "^0.6.0"
adv-publisher = "^0.1.4"
[tool.poetry.dev-dependencies]
[[tool.poetry.source]]
name = "kama"
url = "https://pypi.kama.gs/tech/index/+simple"
[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