Skip to content

Commit

Permalink
Merge pull request #282 from RDFLib/poetry_v2
Browse files Browse the repository at this point in the history
move to PEP621 (Poetry 2.0.0) pyproject.toml format
  • Loading branch information
ashleysommer authored Jan 24, 2025
2 parents 1fe189b + 7d44be4 commit c4dd765
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 56 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ just leaves the files open. Now it is up to the command-line client to close the
- Initial version, limited functionality

[Unreleased]: https://github.com/RDFLib/pySHACL/compare/v0.29.1...HEAD
[0.29.0]: https://github.com/RDFLib/pySHACL/compare/v0.29.0...v0.29.1
[0.29.1]: https://github.com/RDFLib/pySHACL/compare/v0.29.0...v0.29.1
[0.29.0]: https://github.com/RDFLib/pySHACL/compare/v0.28.1...v0.29.0
[0.28.1]: https://github.com/RDFLib/pySHACL/compare/v0.28.0...v0.28.1
[0.28.0]: https://github.com/RDFLib/pySHACL/compare/v0.27.0...v0.28.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY . .
RUN chown -R pyshacl:pyshacl /home/pyshacl /app && chmod -R 775 /home/pyshacl /app
USER pyshacl
ENV PATH="/home/pyshacl/.local/bin:$PATH"
RUN pip3 install "poetry>=1.8.4,<2.0"
RUN pip3 install "poetry<3.0,>=2.0"
RUN poetry install --no-dev --extras "js http"
USER root
RUN apk del build-dependencies
Expand Down
Loading

0 comments on commit c4dd765

Please sign in to comment.