Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require future-annotations on Python <3.7
In order to use `from __future__ import annotations` on Python 3.6 we need to install the future-annotations package. Fix sphinx-contrib#42 Signed-off-by: Elyézer Rezende <[email protected]>
- Loading branch information