Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ charset-normalizer==3.4.1
# via requests
dominate==2.9.1
# via pylode
flake8==7.2.0
# via -r requirements.in
h11==0.14.0
# via httpcore
html5lib==1.1
Expand All @@ -38,6 +40,12 @@ jsonschema-specifications==2024.10.1
# via jsonschema
markdown==3.7
# via pylode
mccabe==0.7.0
# via flake8
pycodestyle==2.13.0
# via flake8
pyflakes==3.3.2
# via flake8
pylode==3.2.0
# via -r requirements.in
pyparsing==3.2.1
Expand All @@ -50,7 +58,7 @@ referencing==0.36.1
# via
# jsonschema
# jsonschema-specifications
requests==2.32.3
requests==2.32.4
# via -r requirements.in
rpds-py==0.22.3
# via
Expand Down