Repository URL to install this package:
|
Version:
0.6.6.dev0 ▾
|
sarus-flask-auth
/
setup.cfg
|
|---|
[metadata]
name = sarus-flask-auth
description = Package to share authentication & credentials management (dataconnection) for all Sarus services
long_description = file: README.md
license = PRIVATE
author = "Sarus Technologies"
author_email = "contact@sarus.tech"
url = "https://sarus.tech"
download_url =
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
zip_safe = False
python_requires = >=3.8, <3.11
packages = find:
include_package_data = True
install_requires =
flask >=1.1
flask_login >=0.4
werkzeug >=1.0
fsspec >= 2022.02.0
s3fs
gcsfs
boto3
requests
oauthlib
sqlalchemy ~= 2.0
sqlalchemy_jdbcapi
sqlalchemy-redshift # >= 0.8.0
packaging
[options.extras_require]
tests =
pytest~=6.0.0
pytest-mock~=3.2.0
[options.package_data]
* = py.typed
[options.packages.find]
exclude = tests
[bdist_wheel]
universal = 1
[egg_info]
tag_build =
tag_date = 0