Codebase list powershell-empire / 3c91c2b4-ef52-4e2e-8a84-027ce20d3bb5/upstream pyproject.toml
3c91c2b4-ef52-4e2e-8a84-027ce20d3bb5/upstream

Tree @3c91c2b4-ef52-4e2e-8a84-027ce20d3bb5/upstream (Download .tar.gz)

pyproject.toml @3c91c2b4-ef52-4e2e-8a84-027ce20d3bb5/upstreamraw · history · blame

[tool.poetry]
name = "Empire - BC Security Fork"
version = "3.5.0"
description = ""
authors = ["BC Security <[email protected]>"]
readme = "README.md"
homepage = "https://github.com/BC-SECURITY/Empire"
repository = "https://github.com/BC-SECURITY/Empire.git"

[tool.poetry.dependencies]
python = "^3.7"
urllib3 = "*"
requests = "*"
setuptools = "*"
iptools = "*"
pydispatcher = "*"
flask = "*"
macholib = "*"
dropbox = "*"
pyOpenSSL = "*"
pyinstaller = "*"
zlib_wrapper = "*"
netifaces = "*"
M2Crypto = "*"
jinja2 = "*"
cryptography = "*"
pyminifier = "*"
xlutils = "*"
pefile = "*"
simplejson = "*"
bcrypt = "*"
pycrypto = "*"
pyparsing = "*"
flask-socketio = "*"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"