1 Star 2 Fork 2

而立科技/Fastapi-Plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
"""
FastAPI Plus
"""
import setuptools
with open("README.md", "r", encoding='utf-8') as fh:
long_description = fh.read()
setuptools.setup(
name="fastapi_plus",
version='0.1.4.20201125',
author="Zhenqiang Sun",
author_email="zhenqiang.sun@gmail.com",
description="This is a Python FastAPI project engineering library that includes tools and basic service classes.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/zhenqiang-sun/fastapi_plus",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
install_requires=[
'fastapi==0.61.2',
'uvicorn==0.12.2',
'sqlalchemy==1.3.19',
'pymysql==0.10.0',
'sqlacodegen==2.3.0',
'redis==3.5.3',
'pymongo==3.11.1',
'requests==2.25.0',
'python-multipart==0.0.5',
'aiofiles==0.6.0'
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/erlitech/fastapi_plus.git
git@gitee.com:erlitech/fastapi_plus.git
erlitech
fastapi_plus
Fastapi-Plus
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385