Skip to content

Commit ef815ae

Browse files
committed
Add missing typing_exentions package to requirements.txt.
Docs were failing to import tcod due to this missing module. Fixes #105
1 parent 2823d53 commit ef815ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ cffi~=1.13
22
numpy~=1.10,!=1.16.3;
33
pycparser>=2.14
44
setuptools>=36.0.1
5+
typing_extensions

0 commit comments

Comments
 (0)