Skip to content

Commit

Permalink
Merge pull request #168 from microsoft/python
Browse files Browse the repository at this point in the history
added descriptive project urls
  • Loading branch information
sethjuarez authored Jan 15, 2025
2 parents 0c39762 + 55fdc7b commit 16316fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/prompty/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"mypy-type-checker.args": [
"--check-untyped-defs"
],
}
5 changes: 5 additions & 0 deletions runtime/prompty/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ dependencies = [
"aiofiles>=24.1.0",
]

[project.urls]
Repository = "https://github.com/Microsoft/prompty"
Documentation = "https://prompty.ai/docs"
Issues = "https://github.com/microsoft/prompty/issues"

[project.optional-dependencies]
azure = ["azure-identity>=1.17.1","openai>=1.43.0"]
openai = ["openai>=1.43.0"]
Expand Down

0 comments on commit 16316fa

Please sign in to comment.