1 Star 0 Fork 86

hxbank/django-happy-shop

forked from baykeShop/baykeShop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
轻编程 提交于 2022-04-01 16:32 . 更新说明
from setuptools import setup, find_packages
with open("/www/wwwroot/mall.lotdoc.cn/django-happy-shop/README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setup(
name="django-happy-shop",
version="1.0.7",
author="幸福关中",
author_email="1158920674@qq.com",
description="一个可快速集成到任何django项目的轻量级商城模块!",
long_description=long_description,
long_description_content_type="text/markdown",
url="http://www.lotdoc.cn/blog/topic/detail/5/",
project_urls={
"Bug Tracker": "http://www.lotdoc.cn",
},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
include_package_data = True,
python_requires=">=3.6",
install_requires = [
"Django >= 3.2", # Replace "X.Y" as appropriate
"Pillow >= 9.0.1",
"python-alipay-sdk >= 3.0.4",
"django-cors-headers >= 3.11.0",
"django-crispy-forms >= 1.14.0",
"django-filter >= 21.1",
"coreapi >= 2.3.3",
"djangorestframework >= 3.13.1",
"drf-extensions >= 0.7.1"
]
)
# setup()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/luoshsh/happy-shop.git
git@gitee.com:luoshsh/happy-shop.git
luoshsh
happy-shop
django-happy-shop
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385