Skip to content

Commit c75d54c

Browse files
author
Erin L. Kolp
committed
Fixes dependencies.
1 parent 3b9490e commit c75d54c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "vudials_client"
7-
version = "2025.9.1"
7+
dependencies = [
8+
"requests>=2.32.5"
9+
]
10+
version = "2025.9.2"
811
authors = [
912
{ name="Erin L. Kolp", email="erinlkolpfoss@gmail.com" },
1013
]

0 commit comments

Comments
 (0)