Created
October 4, 2018 07:56
-
-
Save rominf/a3f70219b49becc287d167761ea887d0 to your computer and use it in GitHub Desktop.
Poetry update doesn't update git repositories
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 = "profile-client" | |
version = "0.1.0" | |
description = "Profile-server client" | |
authors = ["Roman Inflianskas <[email protected]>"] | |
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://[email protected]/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