1 Star 1 Fork 1

linlongdeng/jupyterhub-localsqliteauthenticator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
linlongdeng 提交于 2021-11-26 16:45 +08:00 . 修改不适合k8s版本的东西
from setuptools import setup
setup(name='sqliteauthenticator',
version='0.11',
description='SQLite Authenticator for Jupyterhub',
author='sparkingarthur',
license='MIT',
author_email='sparkingarthur@163.com',
url='https://github.com/sparkingarthur/jupyterhub-localsqliteauthenticator',
packages=['sqliteauthenticator'],
install_requires=[
'jupyterhub',
'pycrypto'
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linlongdeng/jupyterhub-localsqliteauthenticator.git
git@gitee.com:linlongdeng/jupyterhub-localsqliteauthenticator.git
linlongdeng
jupyterhub-localsqliteauthenticator
jupyterhub-localsqliteauthenticator
master

搜索帮助