1 Star 0 Fork 1

lei4321 / photonix

forked from ning_sir / photonix 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 813 Bytes
一键复制 编辑 原始数据 按行查看 历史
Damian Moore 提交于 2021-03-02 20:19 . Test runner improvement
from setuptools import find_packages, setup
install_requires = [
'django', 'ipython', 'pillow', 'psutil', 'psycopg2-binary',
'python-redis-lock', 'requests', 'redis', 'rq', 'tensorflow', 'inotify',
'graphene-django', 'django-filter', 'pyshp', 'matplotlib', 'pytest',
'pytest-django', 'codecov', 'gunicorn', 'pip'
]
setup(
name='photonix',
version='0.2',
packages=find_packages(),
description=("WIP"),
author="Damian Moore",
author_email="damian@epixstudios.co.uk",
include_package_data=True,
zip_safe=False,
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
install_requires=install_requires, )
Python
1
https://gitee.com/lei4321/photonix.git
git@gitee.com:lei4321/photonix.git
lei4321
photonix
photonix
master

搜索帮助