Repository URL to install this package:
|
Version:
0.2.14 ▾
|
py_aws_oracle_util
/
setup.py
|
|---|
from setuptools import setup
setup(name='py_aws_oracle_util',
version='0.2.14',
description='Python Oracle utilities for the BMC AWS environment',
url='https://git-codecommit.us-east-1.amazonaws.com/v1/repos/py_aws_oracle_util',
author='Les Stroud',
author_email='les.stroud@barnhardt.net',
license='UNLICENSED',
packages=['py_aws_oracle_util'],
install_requires=[
'boto3',
'cx_Oracle',
'py_aws_util>=0.2.13',
'sqlalchemy',
'cachetools'
],
dependpency_links=[
'https://AsGUhLbMaPY8M873cJxg@pypi.fury.io/bmc'
],
zip_safe=False)