Skip to content

Commit 94540ce

Browse files
committed
Pin tomlkit as a path dep for now
1 parent ea9a5e5 commit 94540ce

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,25 @@ pyqt5 = "^5.15.9"
4444
xonsh = "^0.14.0"
4545
prompt-toolkit = "^3.0.39"
4646

47-
# pinned from git
48-
# tractor = { path = '../tractor/', develop = true }
49-
tractor = { git = 'https://github.com/goodboy/tractor.git', branch = 'piker_pin' }
47+
# pinned from git for "hackability"
5048
pyqtgraph = { git = 'https://github.com/pikers/pyqtgraph.git' }
51-
asyncvnc = { git = 'https://github.com/pikers/asyncvnc.git', branch = 'main' }
52-
tomlkit = { git = 'https://github.com/pikers/tomlkit.git', branch = 'piker_pin' }
49+
50+
[tool.poetry.dependencies.asyncvnc]
51+
git = 'https://github.com/pikers/asyncvnc.git'
52+
branch = 'main'
53+
54+
[tool.poetry.dependencies.tomlkit]
55+
# git = 'https://github.com/pikers/tomlkit.git',
56+
# branch = 'piker_pin'
57+
path = "../tomlkit/"
58+
develop = true
59+
60+
# tractor = { git = 'https://github.com/goodboy/tractor.git', branch = 'piker_pin' , develop = true}
61+
# tractor = { path = '../tractor/', develop = true }
62+
[tool.poetry.dependencies.tractor]
63+
git = 'https://github.com/goodboy/tractor.git'
64+
branch = 'piker_pin'
65+
develop = true
5366

5467

5568
[build-system]

0 commit comments

Comments
 (0)