brynq-sdk-task-scheduler 1.1.0__tar.gz → 1.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {brynq_sdk_task_scheduler-1.1.0 → brynq_sdk_task_scheduler-1.1.1}/PKG-INFO +1 -1
- {brynq_sdk_task_scheduler-1.1.0 → brynq_sdk_task_scheduler-1.1.1}/brynq_sdk/task_scheduler/task_scheduler.py +2 -2
- {brynq_sdk_task_scheduler-1.1.0 → brynq_sdk_task_scheduler-1.1.1}/brynq_sdk_task_scheduler.egg-info/PKG-INFO +1 -1
- {brynq_sdk_task_scheduler-1.1.0 → brynq_sdk_task_scheduler-1.1.1}/setup.py +1 -1
- {brynq_sdk_task_scheduler-1.1.0 → brynq_sdk_task_scheduler-1.1.1}/brynq_sdk/task_scheduler/__init__.py +0 -0
- {brynq_sdk_task_scheduler-1.1.0 → brynq_sdk_task_scheduler-1.1.1}/brynq_sdk_task_scheduler.egg-info/SOURCES.txt +0 -0
- {brynq_sdk_task_scheduler-1.1.0 → brynq_sdk_task_scheduler-1.1.1}/brynq_sdk_task_scheduler.egg-info/dependency_links.txt +0 -0
- {brynq_sdk_task_scheduler-1.1.0 → brynq_sdk_task_scheduler-1.1.1}/brynq_sdk_task_scheduler.egg-info/not-zip-safe +0 -0
- {brynq_sdk_task_scheduler-1.1.0 → brynq_sdk_task_scheduler-1.1.1}/brynq_sdk_task_scheduler.egg-info/requires.txt +0 -0
- {brynq_sdk_task_scheduler-1.1.0 → brynq_sdk_task_scheduler-1.1.1}/brynq_sdk_task_scheduler.egg-info/top_level.txt +0 -0
- {brynq_sdk_task_scheduler-1.1.0 → brynq_sdk_task_scheduler-1.1.1}/setup.cfg +0 -0
|
@@ -8,11 +8,11 @@ import traceback
|
|
|
8
8
|
import pandas as pd
|
|
9
9
|
import json
|
|
10
10
|
import requests
|
|
11
|
-
from
|
|
11
|
+
from brynq_sdk.mandrill import MailClient
|
|
12
12
|
from brynq_sdk.functions import Functions
|
|
13
13
|
from brynq_sdk.brynq import BrynQ
|
|
14
14
|
from brynq_sdk.brynq import MySQL
|
|
15
|
-
from
|
|
15
|
+
from brynq_sdk.elastic import Elastic
|
|
16
16
|
import warnings
|
|
17
17
|
import re
|
|
18
18
|
|
|
@@ -3,7 +3,7 @@ from setuptools import setup
|
|
|
3
3
|
|
|
4
4
|
setup(
|
|
5
5
|
name='brynq_sdk_task_scheduler',
|
|
6
|
-
version='1.1.
|
|
6
|
+
version='1.1.1',
|
|
7
7
|
description='Code to execute tasks in BrynQ.com with the task scheduler',
|
|
8
8
|
long_description='Code to execute tasks in the BrynQ.com platform with the task scheduler',
|
|
9
9
|
author='BrynQ',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|