Skip to content

Commit

Permalink
Modify requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tovmas committed Dec 6, 2023
1 parent e25b314 commit 4cf1a27
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 56 deletions.
20 changes: 20 additions & 0 deletions .github/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
beautifulsoup4==4.11.1
bs4==0.0.1
charset-normalizer==2.1.1
enchant==0.0.1
html5lib==1.1
lxml==4.9.3
pluggy==1.3.0
pyenchant==3.2.2
pytest==7.4.3
pytest-asyncio==0.23.1
pytest-pyodide==0.55.1
python-dateutil==2.8.2
PyYAML==6.0.1
requests==2.31.0
six==1.16.0
soupsieve==2.5
typing_extensions==4.8.0
Unidecode==1.3.7
urllib3==2.1.0
zipp==1.0.0
55 changes: 0 additions & 55 deletions .github/tests/test_requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
JEKYLL_ENV: production

- name: Install Python dependencies
run: pip install -r .github/tests/test_requirements.txt
run: pip install -r .github/tests/requirements.txt

- name: Build Jekyll site
run: bundle exec jekyll serve --detach
Expand Down

0 comments on commit 4cf1a27

Please sign in to comment.