1 Star 0 Fork 29

wcxu/Beremiz

forked from Gitee 极速下载/Beremiz 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
"""
Install Beremiz
"""
from setuptools import setup
setup(
name='beremiz',
version='0.1',
install_requires=["Twisted == 20.3.0", "attrs == 19.2.0", "Automat == 0.3.0",
"zope.interface == 4.4.2", "Nevow == 0.14.5", "PyHamcrest == 2.0.2",
"Pygments == 2.9.0", "Pyro == 3.16", "constantly == 15.1.0",
"future == 0.18.2", "hyperlink == 21.0.0", "incremental == 21.3.0",
"pathlib == 1.0.1", "prompt-toolkit == 3.0.19", "zeroconf-py2compat == 0.19.10",
"idna == 2.10"]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/helidigi_82118564/Beremiz.git
git@gitee.com:helidigi_82118564/Beremiz.git
helidigi_82118564
Beremiz
Beremiz
wxPython4

搜索帮助