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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python-frontmatter==1.1.0 # used in endoflife.py to parse products YAML frontmat
python-liquid==2.1.0 # used in endoflife.py to render version templates
requests==2.32.5 # used in http.py to make HTTP requests simpler
requests-futures==1.0.2 # used in http.py to be able to make async HTTP requests
requests-cache==1.2.1 # used in http.py to be able to cache HTTP requests
requests-cache==1.3.0 # used in http.py to be able to cache HTTP requests
ruamel.yaml==0.18.17 # used in update-product-data.py
ruamel.yaml.clib==0.2.15 # used in update-product-data.py
soupsieve==2.8.3 # used in conjunction with beautifulsoup4
Loading