Skip to content

Commit 0d73845

Browse files
committed
feat: update dependencies in pyproject.toml and enhance .gitignore for documentation files
1 parent 4f62326 commit 0d73845

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,21 @@ package-lock.json
6464
docs/mkdocs/mkdocs.yml
6565
RUN_METHOD_ANALYSIS.md
6666
docs/mkdocs/site/**
67+
# flowerpower_llm_context_1.md
68+
# flowerpower_llm_context_2.md
69+
# flowerpower_llm_context3.md
70+
# flowerpower_llm_doc_1.md
71+
# flowerpower_llm_doc_2.md
72+
# flowerpower_llm_doc_3.md
73+
# flowerpower_llm_context_4.md
6774
flowerpower_llm_context_1.md
6875
flowerpower_llm_context_2.md
76+
flowerpower_llm_context_4.md
77+
flowerpower_llm_context_unified.md
6978
flowerpower_llm_context3.md
79+
flowerpower_llm_context5.md
80+
flowerpower_llm_context6.md
81+
flowerpower_llm_context7.md
7082
flowerpower_llm_doc_1.md
7183
flowerpower_llm_doc_2.md
7284
flowerpower_llm_doc_3.md

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
#'dill>=0.3.8',
1919
'duration-parser>=1.0.1',
2020
'fsspec>=2024.10.0',
21-
'fsspec-utils>=0.1.0',
21+
'fsspec-utils[full]>=0.1.0',
2222
'humanize>=4.12.2',
2323
'msgspec>=0.19.0',
2424
'munch>=4.0.0',
@@ -44,17 +44,14 @@ flowerpower = "flowerpower.cli:app"
4444
[project.optional-dependencies]
4545
io = ["flowerpower-io>=0.1.1"]
4646
io-legacy = ["flowerpower-io[legacy]>=0.1.1"]
47-
mongodb = ["pymongo>=4.7.2"]
48-
mqtt = ["paho-mqtt>=2.1.0", "orjson>=3.10.11", "mmh3>=5.1.0"]
4947
opentelemetry = [
5048
"opentelemetry-api>=1.5.0",
5149
"opentelemetry-sdk>=1.5.0",
5250
"opentelemetry-exporter-jaeger>=1.21.0", #"sf-hamilton[opentelemetry]>=1.83.3"
5351
]
5452
ray = ["ray>=2.34.0"]
55-
tui = ["textual>=0.85.2"]
5653
ui = ["sf-hamilton-ui>=0.0.11"]
57-
webserver = ["sanic>=24.6.0", "sanic-ext>=23.12.0", "orjson>=3.10.11"]
54+
5855
openlineage = ["openlineage-python>=1.32.0"]
5956

6057

0 commit comments

Comments
 (0)