Skip to content

Commit

Permalink
adds missing prerequisites (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Jan 18, 2024
1 parent 5bd0341 commit 396aa2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies = [
"Django>=1.11",
"djangorestframework>=3.3.1",
"djaodjin-deployutils>=0.10.6",
"djaodjin-extended-templates>=0.4.5",
"mammoth>=1.6.0",
"markdownify>=0.11.6",
"Markdown>=3.4.1",
Expand Down
3 changes: 2 additions & 1 deletion testsite/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# djaodjin-pages
bleach==6.0.0
Django==3.2.23
djangorestframework==3.14.0 # 3.12.4 does not support Django4.2
djangorestframework==3.14.0 # 3.12.4 does not support Django4.2
djaodjin-deployutils==0.10.7
djaodjin-extended-templates==0.4.5
mammoth==1.6.0
markdownify==0.11.6
Markdown==3.4.1
Expand Down

0 comments on commit 396aa2a

Please sign in to comment.