Skip to content

Commit af0ecbc

Browse files
authored
Merge pull request #182 from cloudblue/fix_fs_dependency
Fix dependency on fs declared as dev
2 parents 327d23e + 46c2d0f commit af0ecbc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ connect-eaas-core = ">=26.12,<27"
7171
rich = "^12.4.1"
7272
poetry-core = "^1.3.0"
7373
uvloop = { version = "^0.16.0", markers = "sys_platform == \"linux\" or sys_platform == \"darwin\"" }
74+
fs = "^2.4.12"
7475

7576
[tool.poetry.dev-dependencies]
7677
pytest = "^6.1.2"
@@ -93,7 +94,6 @@ flake8-string-format = "^0.3.0"
9394
ipython = "^7.21.0"
9495
wheel = "^0.37.0"
9596
Faker = "^13.11.0"
96-
fs = "^2.4.12"
9797

9898

9999
[build-system]

0 commit comments

Comments
 (0)