Skip to content

Commit 8cc4cfc

Browse files
committed
chore(deps): add conditional dependency on typing_extensions
This is used to support Literal from typing on python < 3.8
1 parent efd8b48 commit 8cc4cfc

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
@@ -1,2 +1,3 @@
11
requests==2.27.1
22
requests-toolbelt==0.9.1
3+
typing_extensions; python_version<"3.8"

0 commit comments

Comments
 (0)