Skip to content

Commit

Permalink
Add httpx as an extra dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLazzziest committed Aug 7, 2021
1 parent d082bb5 commit b119e3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ def find_version(*file_paths):
license='MIT License',
keywords='requests authentication amazon web services aws s3 REST',
install_requires=['requests', 'six'],
extras_require={
'httpx': ['httpx',]
},
packages=['requests_aws4auth'],
package_data={'requests_aws4auth': ['test/requests_aws4auth_test.py']},
classifiers=[
Expand Down

0 comments on commit b119e3c

Please sign in to comment.