Skip to content

Instantly share code, notes, and snippets.

@rominf
Created October 4, 2018 07:56
Show Gist options
  • Save rominf/a3f70219b49becc287d167761ea887d0 to your computer and use it in GitHub Desktop.
Save rominf/a3f70219b49becc287d167761ea887d0 to your computer and use it in GitHub Desktop.
Poetry update doesn't update git repositories
[tool.poetry]
name = "profile-client"
version = "0.1.0"
description = "Profile-server client"
authors = ["Roman Inflianskas <r.inflyanskas@zmeke.com>"]
license = "Apache-2.0"
[tool.poetry.dependencies]
python = "^3.6"
aiohttp = "^3.4"
dataclasses = "^0.6.0"
"ruamel.yaml" = "^0.15.70"
docopt = "^0.6.2"
asyncio-contextmanager = "^1.0"
bidict = "^0.17.3"
dacite-ext = "^0.1.3"
dacite = {git = "https://github.com/rominf/dacite"}
kg = {git = "ssh://git@gitlab.kama.gs/r.inflyanskas/kg.git"}
[tool.poetry.dev-dependencies]
[tool.poetry.scripts]
profile-client = "profile_client.console:main"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment