summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorstaticdev <staticdev-support@protonmail.com>2023-02-09 19:47:05 +0100
committerstaticdev <staticdev-support@protonmail.com>2023-02-09 19:47:05 +0100
commit8e6266c14ca1e3abbca169182cde11cec901afa5 (patch)
treee6c73e6124da832cdf7a81e024fc649da7d9331a /README.md
parent4e3ccb1c635badad59fb0dd95ef8923a95390f21 (diff)
downloadisort-8e6266c14ca1e3abbca169182cde11cec901afa5.tar.gz
Cleanup deprecated extras
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.md b/README.md
index e91cc48d..4c1c16fa 100644
--- a/README.md
+++ b/README.md
@@ -82,24 +82,6 @@ Installing isort is as simple as:
pip install isort
```
-Install isort with requirements.txt support:
-
-```bash
-pip install isort[requirements_deprecated_finder]
-```
-
-Install isort with Pipfile support:
-
-```bash
-pip install isort[pipfile_deprecated_finder]
-```
-
-Install isort with both formats support:
-
-```bash
-pip install isort[requirements_deprecated_finder,pipfile_deprecated_finder]
-```
-
## Using isort
**From the command line**: