Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit e65a77b

Browse files
committed
Fix lock
1 parent 6986765 commit e65a77b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.10"
10-
pytrade = {git = "https://github.com/kylewidmann/PyTrade/", rev = "v1.0.0"}
11-
v20 = {git = "https://github.com/kylewidmann/v20-python/", rev = "v1.0.0"}
10+
pytrade = {git = "https://github.com/kylewidmann/PyTrade", rev = "v1.0.0"}
11+
v20 = {git = "https://github.com/kylewidmann/v20-python", rev = "v1.0.0"}
1212
autoflake = "^2.3.1"
1313
types-pyyaml = "^6.0.12.20241230"
1414

0 commit comments

Comments
 (0)