Skip to content

Commit

Permalink
Merge pull request #126 from honeybadger-io/fix_ci_httpx
Browse files Browse the repository at this point in the history
chore: add httpx dep to fix ci
  • Loading branch information
subzero10 authored Dec 9, 2022
2 parents 8c8df37 + 5f7f9d7 commit 1dc2036
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 @@ -4,7 +4,7 @@
from codecs import open
from setuptools import setup

tests_require = ['nose', 'mock', 'testfixtures', 'blinker', 'async-asgi-testclient', 'aiounittest', 'fastapi']
tests_require = ['nose', 'mock', 'testfixtures', 'blinker', 'async-asgi-testclient', 'aiounittest', 'fastapi', 'httpx']

if sys.version_info[0:2] >= (3, 5):
tests_require.append('Flask>=1.0')
Expand Down

0 comments on commit 1dc2036

Please sign in to comment.