Skip to content

Commit

Permalink
try...
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Aug 11, 2023
1 parent b1b1466 commit cfacb4b
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 43 deletions.
3 changes: 2 additions & 1 deletion dev-requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx
autopep8
sphinx
pylint
62 changes: 46 additions & 16 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile dev-requirements.in
#
alabaster==0.7.13
# via sphinx
astroid==2.15.6
# via pylint
autopep8==2.0.2
# via -r dev-requirements.in
babel==2.12.1
Expand All @@ -14,45 +16,73 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
docutils==0.20.1
dill==0.3.7
# via pylint
docutils==0.19
# via sphinx
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.7.0
# via sphinx
isort==5.11.5
# via pylint
jinja2==3.1.2
# via sphinx
lazy-object-proxy==1.9.0
# via astroid
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
packaging==23.1
# via sphinx
pycodestyle==2.11.0
platformdirs==3.10.0
# via pylint
pycodestyle==2.10.0
# via autopep8
pygments==2.16.1
# via sphinx
pylint==2.17.5
# via -r dev-requirements.in
pytz==2023.3
# via babel
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
# via
# -r dev-requirements.in
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinxcontrib-applehelp==1.0.6
sphinx==5.3.0
# via -r dev-requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.4
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.3
sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.5
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.7
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tomli==2.0.1
# via
# autopep8
# pylint
tomlkit==0.12.1
# via pylint
typed-ast==1.5.5
# via astroid
typing-extensions==4.7.1
# via
# astroid
# importlib-metadata
# platformdirs
# pylint
urllib3==2.0.4
# via requests
wrapt==1.15.0
# via astroid
zipp==3.15.0
# via importlib-metadata
1 change: 0 additions & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
coveralls
flake8
flake8-docstrings
pylint
pytest
pytest-asyncio
pytest-cov
Expand Down
26 changes: 1 addition & 25 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile test-requirements.in
#
astroid==2.15.6
# via pylint
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
Expand All @@ -16,8 +14,6 @@ coverage[toml]==6.5.0
# pytest-cov
coveralls==3.3.1
# via -r test-requirements.in
dill==0.3.7
# via pylint
docopt==0.6.2
# via coveralls
exceptiongroup==1.1.2
Expand All @@ -38,20 +34,12 @@ importlib-metadata==4.2.0
# pytest
iniconfig==2.0.0
# via pytest
isort==5.11.5
# via pylint
lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via
# flake8
# pylint
# via flake8
packaging==23.1
# via
# pytest
# pytest-sugar
platformdirs==3.10.0
# via pylint
pluggy==1.2.0
# via pytest
pycodestyle==2.9.1
Expand All @@ -60,8 +48,6 @@ pydocstyle==6.3.0
# via flake8-docstrings
pyflakes==2.5.0
# via flake8
pylint==2.17.5
# via -r test-requirements.in
pytest==7.4.0
# via
# -r test-requirements.in
Expand All @@ -83,22 +69,12 @@ termcolor==2.3.0
tomli==2.0.1
# via
# coverage
# pylint
# pytest
tomlkit==0.12.1
# via pylint
typed-ast==1.5.5
# via astroid
typing-extensions==4.7.1
# via
# astroid
# importlib-metadata
# platformdirs
# pylint
# pytest-asyncio
urllib3==2.0.4
# via requests
wrapt==1.15.0
# via astroid
zipp==3.15.0
# via importlib-metadata

0 comments on commit cfacb4b

Please sign in to comment.