Skip to content

Commit

Permalink
Add isodate back into the dockerfile requirements so that can still b…
Browse files Browse the repository at this point in the history
…uild correctly with RDFLib v7.0
  • Loading branch information
ashleysommer committed Oct 15, 2024
1 parent d7953ce commit 52eee4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docker/latest/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# This file is used for building a docker image of hte latest rdflib release. It
# This file is used for building a docker image of the latest rdflib release. It
# will be updated by dependabot when new releases are made.
rdflib==7.0.0
html5lib
html5lib-modern==1.2.0
# isodate is required to allow the Dockerfile to build on with pre-RDFLib-7.1 releases.
isodate==0.7.2
4 changes: 3 additions & 1 deletion docker/latest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ pyparsing==3.0.9
# via rdflib
rdflib==7.0.0
# via -r docker/latest/requirements.in

# isodate is required to allow the Dockerfile to build on with pre-RDFLib-7.1 releases.
isodate==0.7.2
# via -r docker/latest/requirements.in

0 comments on commit 52eee4c

Please sign in to comment.