10000 chore(deps): add conditional dependency on typing_extensions · python-gitlab/python-gitlab@94a09c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 94a09c9

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 ab7d163 commit 94a09c9

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)
0