from setuptools import setup, find_packages setup( name='djagitit', version='1.0.5', description='The greatest package in the history of sony music european packages', author='Sony Music CEA (Hard)Core Team', license='unlicense', packages=find_packages(), install_requires=[ 'wheel>=0.42.0', 'setuptools>=63.2.0', 'boto3==1.29.4', 'jupyterlab>=4.0.9', 'pandas==2.1.3', 'papermill>=2.5.0', 'pathlib>=1.0.1', 'psycopg2-binary==2.9.9', 'pyarrow>=14.0.1', 'openpyxl>=3.1.2', 'python-dotenv>=1.0.0', 'requests>=2.31.0', 'snowflake-sqlalchemy==1.5.1', 'SQLAlchemy==1.4.50', 'sqlalchemy-redshift==0.8.14', 'spotipy==2.23.0', 'apple-music-python==1.0.5', 'html2image>=2.0.4.3', 'pillow>=10.3.0', 'tableauserverclient==0.28.0', 'tableauhyperapi;platform_machine!="arm64"', ], zip_safe=False, include_package_data=True, package_data={'': ['ressources/img/*']}, )