lepture/authlib

View on GitHub
setup.py

Summary

Maintainability
A
0 mins
Test Coverage
from setuptools import setup

# Metadata goes in setup.cfg. These are here for GitHub's dependency graph.

setup(
    name="Authlib",
    install_requires=[
        "cryptography>=3.2",
    ],
)