This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch humbedooh/v3-test-inline
in repository https://gitbox.apache.org/repos/asf/steve.git

commit bdc9ebbad1108953009ca9a105227177a8351477
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Feb 22 18:18:20 2026 +0100

    include in-line imports for uv
    
    Commented out dependency list in main.py
---
 v3/server/main.py | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/v3/server/main.py b/v3/server/main.py
index 3656fed..a55d151 100755
--- a/v3/server/main.py
+++ b/v3/server/main.py
@@ -16,6 +16,16 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+# /// script
+# dependencies = [
+#    "asfpy>=0.56",
+#    "asfquart>=0.1.12",
+#    "ezt>=1.1",
+#    "easydict>=1.13",
+#    "cryptography>=46.0.5,<47",
+#    "argon2-cffi>=25.1.0,<26",
+# ]
+# ///
 
 import sys
 import logging

Reply via email to