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
|
pyOpenSSL
|
||||||
typing ; python_version < "3.5"
|
typing ; python_version < "3.5"
|
||||||
webcolors
|
webcolors
|
||||||
future
|
future; python_version < "3.2"
|
||||||
atomicwrites
|
atomicwrites
|
||||||
attrs
|
attrs
|
||||||
logbook
|
logbook
|
||||||
|
|
Loading…
Reference in a new issue