add isort constraint (#24457)

isort 5.0.0 dropped support for Python 3.5.
This commit is contained in:
Robert Raposa
2020-07-10 17:08:28 -04:00
committed by GitHub
parent 3b6965599c
commit 306af0cd15

View File

@@ -57,6 +57,9 @@ httpretty<1.0
# 4.0.0 dropped support for Python 3.5
inflect<4.0.0
# 5.0.0 dropped support for Python 3.5
isort<5.0.0
# 0.15.0 dropped support for Python 3.5
joblib<0.15.0