Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
- Introduce a new dependency package: `jmespath`
  • Loading branch information
ChowRex authored Dec 10, 2023
1 parent 2c979da commit 122b516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
package_dir={"atlassian": "atlassian"},
include_package_data=True,
zip_safe=False,
install_requires=["deprecated", "requests", "six", "oauthlib", "requests_oauthlib"],
install_requires=["deprecated", "requests", "six", "oauthlib", "requests_oauthlib", "jmespath"],
extras_require={"kerberos": ["requests-kerberos"]},
platforms="Platform Independent",
classifiers=[
Expand Down

0 comments on commit 122b516

Please sign in to comment.