Skip to content

Commit fa7ef2f

Browse files
committed
added 'requests' to pyproject.toml
1 parent 4206e68 commit fa7ef2f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

bin/stack-config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# /// script
33
# requires-python = ">=3.12"
44
# dependencies = [
5+
# "requests",
56
# "python-magic",
67
# "jinja2",
78
# "jsonschema",

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ license-files = ["LICENSE"]
1111
dynamic = ["version"]
1212
requires-python = ">=3.12"
1313
dependencies = [
14+
"requests",
1415
"python-magic",
1516
"Jinja2",
1617
"jsonschema",

0 commit comments

Comments
 (0)