Installing https://pypi.org/project/typing/ is not needed on Python 3.5+. Additionally, a bug in pip means that having typing from PyPI breaks some commands on Python 3.7 and 3.8. Our only dependency that installed typing inconditionally is pycalver, so this pull request fixes the issue.
Installing https://pypi.org/project/typing/ is not needed on Python 3.5+. Additionally, a bug in pip means that having
typing
from PyPI breaks some commands on Python 3.7 and 3.8. Our only dependency that installed typing inconditionally is pycalver, so this pull request fixes the issue.Thanks!