Skip to content

Commit

Permalink
Update python template (airbytehq#29370)
Browse files Browse the repository at this point in the history
* Update python template

* Update source-python-http-api too

* Also update the low-code template
  • Loading branch information
girarda authored and harrytou committed Sep 1, 2023
1 parent f8c6f68 commit df4acd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ MAIN_REQUIREMENTS = [
]

TEST_REQUIREMENTS = [
"requests-mock~=1.9.3",
"pytest~=6.2",
"pytest-mock~=3.6.1",
"connector-acceptance-test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ MAIN_REQUIREMENTS = [
]

TEST_REQUIREMENTS = [
"requests-mock~=1.9.3",
"pytest~=6.2",
"pytest-mock~=3.6.1",
"connector-acceptance-test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ MAIN_REQUIREMENTS = [
]

TEST_REQUIREMENTS = [
"requests-mock~=1.9.3",
"pytest-mock~=3.6.1",
"pytest~=6.2",
"connector-acceptance-test",
]
Expand Down

0 comments on commit df4acd4

Please sign in to comment.