Skip to content

Commit

Permalink
upgrade staticjinja
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Aug 21, 2023
1 parent bd7a4b5 commit ca2aaa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-c constraints.in # <-- contains known limitations

staticjinja >= 4.1.3 # generates html from templates
staticjinja >= 5.0.0 # generates html from templates
pyyaml # loads page data from yaml files
libsass # compiles sass files to css
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
docopt-ng==0.9.0
# via staticjinja
easywatch==0.0.5
# via staticjinja
jinja2==3.1.2
# via staticjinja
libsass==0.22.0
Expand All @@ -16,7 +14,7 @@ markupsafe==2.1.3
# via jinja2
pyyaml==6.0
# via -r requirements.in
staticjinja==4.1.3
staticjinja==5.0.0
# via -r requirements.in
watchdog==3.0.0
# via easywatch
# via staticjinja

0 comments on commit ca2aaa5

Please sign in to comment.