Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-08-15 14:41:41 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-08-15 15:04:58 +0300
commit70f71d2b693039387ef2f332b08effb22df93fa9 (patch)
treecce302157a1bc0ef8f569dde684ac8eab0586c19
parent7157342b6c04ce3dfeace4ba92053e6e4793b21a (diff)
Drop version constraint on flake-import-order
That version isn't compatible with current flake8 (and doesn't seem to have been working for a while...)
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 1f4e625..b75566e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@ flake8
flake8-blind-except
flake8-bugbear ; python_version >= "3.5"
flake8-builtins
-flake8-import-order == 0.14.1
+flake8-import-order
license_expression
lockfile
pycodestyle