Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a498de

Browse files
nejchJohnVillalovos
authored andcommitted
chore(setup): depend on typing-extensions for 3.7 until EOL
1 parent3057f45 commit1a498de

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.28.2
22
requests-toolbelt==0.10.1
3+
typing-extensions==4.5.0 ;python_version<"3.8"

‎setup.py‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ def get_version() -> str:
2828
license="LGPL-3.0-or-later",
2929
url="https://github.com/python-gitlab/python-gitlab",
3030
packages=find_packages(exclude=["docs*","tests*"]),
31-
install_requires=["requests>=2.25.0","requests-toolbelt>=0.10.1"],
31+
install_requires=[
32+
"requests>=2.25.0",
33+
"requests-toolbelt>=0.10.1",
34+
"typing-extensions>=4.0.0;python_version<'3.8'",
35+
],
3236
package_data={
3337
"gitlab": ["py.typed"],
3438
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp