salure-helpers-dynamics 0.0.2__tar.gz → 0.0.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: salure_helpers_dynamics
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Datev wrapper from Dynamics365
5
5
  Home-page: UNKNOWN
6
6
  Author: D&A Salure
@@ -1,6 +1,7 @@
1
1
  from salure_helpers.salureconnect import SalureConnect
2
2
  from typing import Union, List
3
3
  import requests
4
+ import pandas as pd
4
5
 
5
6
 
6
7
  class Dynamics(SalureConnect):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: salure-helpers-dynamics
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Datev wrapper from Dynamics365
5
5
  Home-page: UNKNOWN
6
6
  Author: D&A Salure
@@ -3,7 +3,7 @@ from setuptools import setup
3
3
 
4
4
  setup(
5
5
  name='salure_helpers_dynamics',
6
- version='0.0.2',
6
+ version='0.0.3',
7
7
  description='Datev wrapper from Dynamics365',
8
8
  long_description='Dynamics365 wrapper from Salure',
9
9
  author='D&A Salure',