Add hard dependency for typing and type hints

No actual type hints have been added yet. This will give a slight chance
for bot owners who currently don't have it installed to install it
before we start adding type hints.
This commit is contained in:
Vgr E. Barry 2016-08-24 16:58:24 -04:00
parent 7fd6654480
commit 7cbc86cc98

View File

@ -28,7 +28,7 @@ if sys.version_info < (3, 3):
sys.exit(1)
try: # need to manually add dependencies here
pass #import typing
import typing
except ImportError:
command = "python3"
if os.name == "nt":