Skip to content

Commit 2708fb6

Browse files
build: Add requests, urllib3, watchdog to script dependencies
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
1 parent 7f0af10 commit 2708fb6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

integration/local.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
#
33
# /// script
44
# requires-python = ">=3.8"
5-
# dependencies = []
5+
# dependencies = [
6+
# "requests",
7+
# "urllib3",
8+
# "watchdog",
9+
# ]
610
# ///
711
#
812
# coding: utf-8

0 commit comments

Comments
 (0)