Merge pull request #323 from diabonas/pyproject-future
pyproject.toml: only require 'future' for python <3.2
This commit is contained in:
commit
c2d2a52283
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ python = "^3.6"
|
|||
pyOpenSSL = "^19.1.0"
|
||||
webcolors = "^1.11.1"
|
||||
atomicwrites = "^1.3.0"
|
||||
future = "^0.18.2"
|
||||
future = { version = "^0.18.2", python = "<3.2" }
|
||||
attrs = "^19.3.0"
|
||||
logbook = "^1.5.3"
|
||||
pygments = "^2.6.1"
|
||||
|
|
Loading…
Reference in a new issue