Skip to content

Commit c582b4c

Browse files
committed
Fix missing typing-extensions in Python < 3.11
Commit a7b2c4e introduced this requirement. Fixes: #569
1 parent 3e72721 commit c582b4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
fixtures>=2.0
2+
typing-extensions;python_version<'3.11'

0 commit comments

Comments
 (0)