mirror of https://github.com/zulip/zulip.git
requirements: Remove isort.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
9a8a2bd345
commit
e4f1c10b87
|
@ -23,9 +23,6 @@ fakeldap
|
|||
# For testing mock http requests
|
||||
responses<0.22.0 # https://github.com/getsentry/responses/pull/593
|
||||
|
||||
# For sorting imports
|
||||
isort
|
||||
|
||||
# For doing highly usable Python profiling
|
||||
line-profiler
|
||||
|
||||
|
|
|
@ -710,10 +710,6 @@ isodate==0.6.1 \
|
|||
# via
|
||||
# openapi-core
|
||||
# python3-saml
|
||||
isort==5.10.1 \
|
||||
--hash=sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7 \
|
||||
--hash=sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951
|
||||
# via -r requirements/dev.in
|
||||
itemadapter==0.7.0 \
|
||||
--hash=sha256:0e0ab4ddf92c71af57c2386952a61756ae2ecf6c65f976ffaee9ba91ae87a91c \
|
||||
--hash=sha256:32c061ec9ab47d5343e8011b268730f48ff632a0192b95292d118b18dbd7687a
|
||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 154
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (212, 0)
|
||||
PROVISION_VERSION = (213, 0)
|
||||
|
|
Loading…
Reference in New Issue