Skip to content

Commit aaac274

Browse files
committed
limit tokenize-rt to <4 before breaks
tokenze-rt will remove python2-compat parsing
1 parent 7f79d5a commit aaac274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers =
1919
[options]
2020
packages = find:
2121
install_requires =
22-
tokenize-rt>=3.2.0
22+
tokenize-rt<4
2323
python_requires = >=3.7
2424

2525
[options.packages.find]

0 commit comments

Comments
 (0)