Skip to content

Commit 86c33dc

Browse files
committed
isort
1 parent 496e42e commit 86c33dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
version = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]',
2727
fd.read(), re.MULTILINE).group(1)
2828

29-
tests_requires = ['responses', 'pytest', 'isort', 'black']
29+
tests_requires = ['responses', 'pytest', 'isort>=5.0.2', 'black']
3030

3131
setup(
3232
name="cryptojwt",

0 commit comments

Comments
 (0)