Only require 'future' for python <3.2
This commit is contained in:
parent
e0cae8b418
commit
69cbba8839
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
pyOpenSSL
|
||||
typing ; python_version < "3.5"
|
||||
webcolors
|
||||
future
|
||||
future; python_version < "3.2"
|
||||
atomicwrites
|
||||
attrs
|
||||
logbook
|
||||
|
|
Loading…
Reference in a new issue