Skip to content

Commit

Permalink
build: poetry add fluent-runtime
Browse files Browse the repository at this point in the history
The typing_extensions package is licensed under the PSF License which is
permissive, so an allowlist entry is added for it.
  • Loading branch information
xen0n committed Oct 29, 2024
1 parent db59615 commit 320833a
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 1 deletion.
78 changes: 77 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ safe_licenses = [
"GPLv2 with linking exception",
"MIT License",
"Mozilla Public License 2.0 (MPL 2.0)", # needs mention in license notices
"Python Software Foundation License",
]


Expand All @@ -61,6 +62,7 @@ python = ">=3.11"

arpy = "^2.3.0"
certifi = "^2024.2"
fluent-runtime = "^0.4.0"
jinja2 = "^3"
packaging = "^24.0"
pygit2 = "^1.14.0"
Expand Down

0 comments on commit 320833a

Please sign in to comment.