Created
November 12, 2018 06:05
-
-
Save rominf/43db2814d214b6799defba3caa15640f to your computer and use it in GitHub Desktop.
poetry update downgrades dependencies - pyproject.toml files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "adv-publisher" | |
version = "0.1.7" | |
description = "Python library for advertisement publisher automation using aiohttp/splinter" | |
authors = ["Roman Inflianskas <[email protected]>"] | |
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "applovin" | |
version = "0.1.4" | |
description = "Python library for applovin automatization using aiohttp" | |
authors = ["Roman Inflianskas <[email protected]>"] | |
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