Skip to content

Commit

Permalink
Remove libs used in pre-commit to avoid duplication (iterative#4966)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Nov 25, 2020
1 parent dcba0e8 commit 7586c32
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ def run(self):
"google-compute-engine==2.8.13",
"Pygments", # required by collective.checkdocs,
"collective.checkdocs",
"flake8==3.8.3",
"psutil",
"flake8-docstrings",
"pydocstyle<4.0",
"jaraco.windows==3.9.2",
"mock-ssh-server>=0.8.2",
Expand All @@ -144,15 +142,11 @@ def run(self):
"urllib3<1.26.0",
"rangehttpserver==1.2.0",
"beautifulsoup4==4.4.0",
"flake8-bugbear",
"flake8-comprehensions==3.3.0",
"flake8-string-format",
"pylint==2.5.3",
"pylint-pytest>=0.3.0",
"pylint-plugin-utils",
"wget",
"filelock",
"black==19.10b0",
"mypy",
"wsgidav",
]
Expand Down

0 comments on commit 7586c32

Please sign in to comment.