forked from BC-SECURITY/Empire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
49 lines (46 loc) · 984 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[tool.poetry]
name = "empire-bc-security-fork"
version = "3.8.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"
packages = [
{ include = "empire" },
{ include = "lib/**/*.py" },
]
[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 = "*"
bcrypt = "*"
pycrypto = "*"
pyparsing = "*"
PyMySQL = "^0.10.1"
SQLAlchemy = "^1.3.20"
PyYAML = "^5.3.1"
cffi = "1.14.4"
Flask-SocketIO = "^4.3.2"
SQLAlchemy-Utc = "^0.11.0"
prompt-toolkit = "^3.0.9"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"