Skip to content

Commit 61b1988

Browse files
Fix for GH-1517 (#1518)
1 parent 66ec0c7 commit 61b1988

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ six
44
oauthlib
55
requests-oauthlib
66
requests-kerberos==0.14.0
7+
typing-extensions
78
# Add this package to search string in json
89
jmespath
910
beautifulsoup4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
package_dir={"atlassian": "atlassian"},
2727
include_package_data=True,
2828
zip_safe=False,
29-
install_requires=["deprecated", "requests", "six", "oauthlib", "requests_oauthlib", "jmespath", "beautifulsoup4"],
29+
install_requires=["deprecated", "requests", "six", "oauthlib", "requests_oauthlib", "jmespath", "beautifulsoup4", "typing-extensions"],
3030
extras_require={"kerberos": ["requests-kerberos"]},
3131
platforms="Platform Independent",
3232
classifiers=[

0 commit comments

Comments
 (0)