forked from RansomLook/RansomLook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
96 lines (89 loc) · 2.23 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
96
[tool.poetry]
name = "ransomlook"
version = "1.7.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.2"
lxml = "^5.3.0"
matplotlib = "^3.9.2"
playwright = "^1.46.0"
bs4 = "^0.0.2"
rocketchat-API = "^1.32.0"
Flask-Moment = "^1.0.6"
Bootstrap-Flask = "^2.4.0"
redis = "^5.0.8"
Flask = "^3.0.3"
gunicorn = "^22.0.0"
Flask-Login = "^0.6.3"
Werkzeug = "^3.0.3"
Flask-WTF = "^1.2.1"
tweepy = "^4.14.0"
Flask-Cors = "^4.0.1"
flask-restx = "^1.3.0"
googletrans-py = "^4.0.0"
types-requests = "^2.32.0.20240712"
types-beautifulsoup4 = "^4.12.0.20240511"
types-flask = "^1.1.6"
types-redis = "^4.6.0.20240806"
pymisp = "^2.4.195"
gitpython = "^3.1.43"
ldap3 = "^2.9.1"
types-ldap3 = "^2.9.13.20240205"
pandas = "^2.2.2"
plotly = "^5.23.0"
orca = "^1.8"
psutil = "^5.9.8"
kaleido = "0.2.1"
types-pytz = "^2024.1.0.20240417"
pandas-stubs = "^2.2.2.240807"
types-flask-cors = "^4.0.0.20240806"
mastodon-py = "^1.8.1"
types-pillow = "^10.2.0.20240520"
libtorrent = "^2.0.9"
urllib3 = "^2.2.2"
playwright-stealth = "^1.0.6"
types-python-dateutil = "^2.9.0.20240316"
playwrightcapture = "^1.25.11"
lacuscore = "^1.10.10"
[tool.poetry.dev-dependencies]
mypy = "^1.11.1"
types-redis = "^4.6.0.20240806"
pylint = "^3.2.6"
[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