Skip to content

Commit

Permalink
#1046 source twilio: add freezegun to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davydov-d committed Nov 16, 2022
1 parent 4f4db6d commit d6b8bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-twilio/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"requests~=2.25",
]

TEST_REQUIREMENTS = ["pytest~=6.1", "pytest-mock", "requests_mock"]
TEST_REQUIREMENTS = ["pytest~=6.1", "pytest-mock", "requests_mock", "freezegun"]

setup(
name="source_twilio",
Expand Down

0 comments on commit d6b8bb8

Please sign in to comment.