Only require 'future' for python <3.2

This commit is contained in:
root 2021-01-25 09:37:16 +01:00
parent e0cae8b418
commit 69cbba8839

View file

@ -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