Skip to content

Commit 4b7f73b

Browse files
committed
DEP: Move strincase from dev to production dependencies
skipci
1 parent 1e565bd commit 4b7f73b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ pydash = "^8.0.4"
3838
grpcio = "^1.71.0"
3939
jsonschema = "^4"
4040
python-dotenv = ">=0,<=2"
41+
stringcase = "1.2.0"
4142

4243
[tool.poetry.extras]
4344
hdf5 = ["h5py"]
@@ -57,7 +58,6 @@ ruff = "^0.6.9"
5758
numpy = "^2.2.1"
5859
pandas = "^2.2.3"
5960
dateparser = "1.1.1"
60-
stringcase = "1.2.0"
6161
# Documentation
6262
mkdocs-material = "^9.6.17"
6363
mkdocs-glightbox = "^0.4.0"

0 commit comments

Comments
 (0)