Skip to content

Commit

Permalink
Merge pull request #18 from CruGlobal/remove-unused-depenencies
Browse files Browse the repository at this point in the history
Remove dotenv and json logging deps
  • Loading branch information
mattdrees authored Nov 1, 2024
2 parents d838487 + 54a9eb0 commit 2fa2b6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions fivetran-trigger/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from fivetran_client import FivetranClient
import logging
import sys
from pythonjsonlogger import jsonlogger
from dotenv import load_dotenv
import os
import json

Expand Down
7 changes: 3 additions & 4 deletions fivetran-trigger/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# An example requirements file. If your function has other dependencies,
# add them below
# For basic Cloud Run Functions infrastructure
functions-framework==3.*

# For fivetran api calls
requests==2.32.3
python-dotenv
python-json-logger

0 comments on commit 2fa2b6a

Please sign in to comment.