Browse Source

pipfile: adapt order of dependencies

Fabian Peter Hammerle 3 years ago
parent
commit
37eca5bcf5
1 changed files with 4 additions and 2 deletions
  1. 4 2
      Pipfile

+ 4 - 2
Pipfile

@@ -16,8 +16,6 @@ numpy = "<1.19.0"
 # black requires python>=3.6
 # https://github.com/psf/black/commit/e74117f172e29e8a980e2c9de929ad50d3769150#diff-2eeaed663bd0d25b7e608891384b7298R51
 #black = "==19.10b0"
-# https://github.com/WanzenBug/pylint-import-requirements/issues/27
-isort = "<5"
 # >=2.3.0 due to false+ assignment-from-no-return
 # https://github.com/PyCQA/pylint/issues/2694
 pylint = ">=2.3.0,<3"
@@ -26,9 +24,13 @@ pytest = "<5"
 # >=2 for --cov-fail-under
 pytest-cov = "<3,>=2"
 
+# python3.5 compatibility
+isort = "<5"
 # v2.0.0 dropped python<3.6 support
 # https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
 zipp = "<2"
 
 [requires]
 python_version = "3"
+
+# Pipfile syntax: https://github.com/pypa/pipfile#pipfile