Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements: Use pip-tools #126

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
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 .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'
cache: 'pip'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'
cache: 'pip'

- name: Install dependencies
Expand Down
12 changes: 12 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Sphinx
lxml
flake8
Jinja2
pytz
pyspellchecker
python-dateutil
beautifulsoup4
docutils
Pygments
six
pytest
94 changes: 86 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,90 @@
Sphinx==7.2.6
lxml==5.1.0
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
alabaster==0.7.16
# via sphinx
babel==2.14.0
# via sphinx
beautifulsoup4==4.12.3
# via -r requirements.in
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
docutils==0.20.1
# via
# -r requirements.in
# sphinx
exceptiongroup==1.2.0
# via pytest
flake8==7.0.0
Jinja2==3.1.3
pytz==2024.1
# via -r requirements.in
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
# via
# -r requirements.in
# sphinx
lxml==5.1.0
# via -r requirements.in
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via flake8
packaging==24.0
# via
# pytest
# sphinx
pluggy==1.4.0
# via pytest
pycodestyle==2.11.1
# via flake8
pyflakes==3.2.0
# via flake8
pygments==2.17.2
# via
# -r requirements.in
# sphinx
pyspellchecker==0.8.1
# via -r requirements.in
pytest==8.1.1
# via -r requirements.in
python-dateutil==2.9.0.post0
beautifulsoup4==4.12.3
docutils==0.20.1
Pygments==2.17.2
# via -r requirements.in
pytz==2024.1
# via -r requirements.in
requests==2.31.0
# via sphinx
six==1.16.0
pytest==8.1.1
# via
# -r requirements.in
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
# via -r requirements.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
tomli==2.0.1
# via pytest
urllib3==2.2.1
# via requests
Loading