forked from RansomLook/RansomLook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
95 lines (88 loc) · 2.19 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[tool.poetry]
name = "ransomlook"
version = "1.5.0"
description = "Yet An Other Ransom Looker"
authors = ["Fafner KeyZee <[email protected]>"]
[tool.poetry.scripts]
scrape = "bin.scrape:main"
parse = "bin.parse:main"
screen = "bin.screen:main"
torrent = "bin.torrent:main"
markdown = "bin.markdown:main"
notify = "bin.notify:main"
notifyleak = "bin.notifyleak:main"
add = "bin.add:main"
start = "bin.start:main"
start_website = "bin.start_website:main"
stop = "bin.stop:main"
run_backend = "bin.run_backend:main"
shutdown = "bin.shutdown:main"
update = "bin.update:main"
telegram = "bin.telegram:main"
twitter = "bin.twitter:main"
cryptocur = "bin.cryptocur:main"
rf = "bin.rf:main"
notes = "bin.notes:main"
[tool.poetry.dependencies]
python = "^3.10,<3.11"
tldextract = "^5.1.1"
lxml = "^5.1.0"
matplotlib = "^3.8.3"
playwright = "^1.41.2"
bs4 = "^0.0.2"
rocketchat-API = "^1.32.0"
Flask-Moment = "^1.0.5"
Bootstrap-Flask = "^2.3.3"
redis = "^5.0.1"
Flask = "^2.3.3"
gunicorn = "^21.2.0"
Flask-Login = "^0.6.3"
Werkzeug = "^2.3.8"
Flask-WTF = "^1.2.1"
tweepy = "^4.14.0"
Flask-Cors = "^4.0.0"
flask-restx = "^1.3.0"
googletrans-py = "^4.0.0"
types-requests = "^2.31.0.20240218"
types-beautifulsoup4 = "^4.12.0.20240106"
types-flask = "^1.1.6"
types-redis = "^4.6.0.20240218"
pymisp = "^2.4.185"
gitpython = "^3.1.42"
ldap3 = "^2.9.1"
types-ldap3 = "^2.9.13.20240205"
pandas = "^2.2.0"
plotly = "^5.19.0"
orca = "^1.8"
psutil = "^5.9.8"
kaleido = "0.2.1"
types-pytz = "^2023.4.0.20240130"
pandas-stubs = "^2.2.0.240218"
types-flask-cors = "^4.0.0.20240106"
mastodon-py = "^1.8.1"
types-pillow = "^10.2.0.20240213"
libtorrent = "^2.0.9"
urllib3 = "^2.2.1"
playwright-stealth = "^1.0.6"
setuptools = "^69.1.0"
[tool.poetry.dev-dependencies]
mypy = "^1.8.0"
types-setuptools = "^69.1.0.20240217"
types-redis = "^4.6.0.20240218"
pylint = "^3.0.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.mypy]
python_version = 3.8
check_untyped_defs = true
ignore_errors = false
ignore_missing_imports = false
strict_optional = true
no_implicit_optional = true
warn_unused_ignores = true
warn_redundant_casts = true
warn_unused_configs = true
warn_unreachable = true
show_error_context = true
pretty = true