Skip to content

Commit

Permalink
fix requirements?
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Aug 11, 2023
1 parent dd740d5 commit 880e13d
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# 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 test-requirements.in
#
astroid==2.15.6
# via pylint
black>=23.3.0
black==23.3.0
# via pytest-black
certifi==2023.7.22
# via requests
Expand All @@ -24,17 +24,25 @@ dill==0.3.7
# via pylint
docopt==0.6.2
# via coveralls
flake8==6.1.0
exceptiongroup==1.1.2
# via pytest
flake8==5.0.4
# via
# -r test-requirements.in
# flake8-docstrings
flake8-docstrings==1.7.0
# via -r test-requirements.in
idna==3.4
# via requests
importlib-metadata==4.2.0
# via
# flake8
# pluggy
# pydocstyle
# pytest
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.11.5
# via pylint
lazy-object-proxy==1.9.0
# via astroid
Expand All @@ -57,11 +65,11 @@ platformdirs==3.10.0
# pylint
pluggy==1.2.0
# via pytest
pycodestyle==2.11.0
pycodestyle==2.9.1
# via flake8
pydocstyle==6.3.0
# via flake8-docstrings
pyflakes==3.1.0
pyflakes==2.5.0
# via flake8
pylint==2.17.5
# via -r test-requirements.in
Expand All @@ -88,9 +96,29 @@ termcolor==2.3.0
# via pytest-sugar
toml==0.10.2
# via pytest-black
tomli==2.0.1
# via
# black
# coverage
# pylint
# pytest
tomlkit==0.12.1
# via pylint
typed-ast==1.5.5
# via
# astroid
# black
typing-extensions==4.7.1
# via
# astroid
# black
# 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 880e13d

Please sign in to comment.