requirements: Remove isort.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-11-15 21:49:34 -08:00 committed by Tim Abbott
parent 9a8a2bd345
commit e4f1c10b87
3 changed files with 1 additions and 8 deletions

View File

@ -23,9 +23,6 @@ fakeldap
# For testing mock http requests # For testing mock http requests
responses<0.22.0 # https://github.com/getsentry/responses/pull/593 responses<0.22.0 # https://github.com/getsentry/responses/pull/593
# For sorting imports
isort
# For doing highly usable Python profiling # For doing highly usable Python profiling
line-profiler line-profiler

View File

@ -710,10 +710,6 @@ isodate==0.6.1 \
# via # via
# openapi-core # openapi-core
# python3-saml # python3-saml
isort==5.10.1 \
--hash=sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7 \
--hash=sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951
# via -r requirements/dev.in
itemadapter==0.7.0 \ itemadapter==0.7.0 \
--hash=sha256:0e0ab4ddf92c71af57c2386952a61756ae2ecf6c65f976ffaee9ba91ae87a91c \ --hash=sha256:0e0ab4ddf92c71af57c2386952a61756ae2ecf6c65f976ffaee9ba91ae87a91c \
--hash=sha256:32c061ec9ab47d5343e8011b268730f48ff632a0192b95292d118b18dbd7687a --hash=sha256:32c061ec9ab47d5343e8011b268730f48ff632a0192b95292d118b18dbd7687a

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 154
# historical commits sharing the same major version, in which case a # historical commits sharing the same major version, in which case a
# minor version bump suffices. # minor version bump suffices.
PROVISION_VERSION = (212, 0) PROVISION_VERSION = (213, 0)