Skip to content

Commit

Permalink
Feature: Update generate_pr_description.py to specify Python version …
Browse files Browse the repository at this point in the history
…and dependencies (#15)
  • Loading branch information
tqer39 authored Nov 2, 2024
1 parent 5ecbcd1 commit b328563
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/generate_pr_description.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# /// script
# requires-python = ">=3.13"
# dependencies = [
# "openai",
# ]
# ///
from openai import OpenAI
import os
import subprocess
Expand Down

0 comments on commit b328563

Please sign in to comment.