Skip to content

Commit

Permalink
Temporarily limit Flynt to versions before 0.78
Browse files Browse the repository at this point in the history
This works around the internal API change. In the next minor release
compatibility with Flynt 0.78 will be introduced.
  • Loading branch information
akaihola committed Mar 25, 2023
1 parent c5a7487 commit 2493af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pygments.lexers =

[options.extras_require]
flynt =
flynt>=0.76
flynt>=0.76,<0.78
isort =
isort>=5.0.1
color =
Expand All @@ -57,7 +57,7 @@ test =
black>=21.7b1 # to prevent Mypy error about `gen_python_files`, see issue #189
cryptography>=3.3.2 # through twine, fixes CVE-2020-36242
defusedxml>=0.7.1
flynt>=0.76
flynt>=0.76,<0.78
isort>=5.0.1
pygments
pytest>=6.2.0
Expand Down

0 comments on commit 2493af3

Please sign in to comment.