代码拉取完成,页面将自动刷新
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup
from setuptools import find_packages
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
requires = [
'beautifulsoup4>=4.8.1',
'dnspython>=1.15.0',
'ipaddress>=1.0.19',
'netaddr>=0.7.19',
'PyGithub>=1.44',
'PyJWT>=1.7.1',
'requests>=2.20.0',
'six>=1.11.0',
'termcolor>=1.1.0',
'urllib3>=1.22',
]
setup(
name="Saker",
version="1.0.8",
keywords=("Web Security", "Fuzz"),
description="Tool For Fuzz Web Applications",
long_description=long_description,
long_description_content_type="text/markdown",
license="GPLv3 Licence",
url="https://github.com/LyleMi/Saker",
author="Lyle",
author_email="lylemi@126.com",
packages=find_packages(),
include_package_data=True,
install_requires=requires,
platforms="any",
package_data={
'saker': [
'data/*.*',
'data/sample/*',
'data/domains/*',
]
},
scripts=[],
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。