Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Jul 31, 2023
1 parent 28fa2ff commit 6d678d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ flake8 = "*"
setuptools = ">=30.3.0"
setuptools-scm = "*"
wheel = "*"
autopep8 = "*"
# The last flake8 version that supports Python 3.6 specifies "pycodestyle >=
# 2.9.0, < 2.10.0". ref: https://github.com/PyCQA/flake8/pull/1633
# The latest autopep8 specifies "pycodestyle >= 2.10.0". This conflict cannot be resolved. Pin the version to resolve this.
autopep8 = "<=1.5.7"
importlib-metadata = "<5.0"
isort = "*"
more_itertools = "<8.6"
Expand Down

0 comments on commit 6d678d0

Please sign in to comment.