2020-01-21 17:39:18 +01:00
|
|
|
[tool.poetry]
|
|
|
|
name = "lookyloo"
|
2023-06-30 16:40:13 +02:00
|
|
|
version = "1.21.0"
|
2020-01-21 17:39:18 +01:00
|
|
|
description = "Web interface to track the trackers."
|
|
|
|
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
|
|
|
license = "BSD-3-Clause"
|
2020-06-08 16:37:59 +02:00
|
|
|
repository = "https://github.com/Lookyloo/lookyloo"
|
2021-04-01 18:56:52 +02:00
|
|
|
homepage = "https://www.lookyloo.eu"
|
|
|
|
documentation = "https://www.lookyloo.eu/docs/main/"
|
2020-01-21 17:39:18 +01:00
|
|
|
|
2020-02-03 18:31:46 +01:00
|
|
|
readme = "README.md"
|
|
|
|
|
2020-01-21 17:39:18 +01:00
|
|
|
classifiers = [
|
|
|
|
'License :: OSI Approved :: BSD License',
|
|
|
|
'Operating System :: POSIX :: Linux',
|
|
|
|
'Intended Audience :: Science/Research',
|
|
|
|
'Intended Audience :: Telecommunications Industry',
|
|
|
|
'Intended Audience :: Information Technology',
|
|
|
|
'Programming Language :: Python :: 3',
|
|
|
|
'Topic :: Security',
|
|
|
|
'Topic :: Internet',
|
|
|
|
]
|
|
|
|
|
|
|
|
[tool.poetry.scripts]
|
2020-10-03 21:19:43 +02:00
|
|
|
start = "bin.start:main"
|
|
|
|
stop = "bin.stop:main"
|
|
|
|
update = "bin.update:main"
|
2021-09-02 15:08:49 +02:00
|
|
|
shutdown = "bin.shutdown:main"
|
|
|
|
run_backend = "bin.run_backend:main"
|
|
|
|
async_capture = "bin.async_capture:main"
|
2021-03-12 16:53:00 +01:00
|
|
|
background_indexer = "bin.background_indexer:main"
|
2021-08-20 17:46:22 +02:00
|
|
|
archiver = "bin.archiver:main"
|
2021-08-24 18:32:54 +02:00
|
|
|
processing = "bin.background_processing:main"
|
2021-09-02 15:08:49 +02:00
|
|
|
start_website = "bin.start_website:main"
|
2020-01-21 17:39:18 +01:00
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2022-10-31 11:51:06 +01:00
|
|
|
python = ">=3.8,<3.12"
|
2023-05-23 15:39:53 +02:00
|
|
|
requests = "^2.31.0"
|
2023-05-02 16:26:22 +02:00
|
|
|
flask = "^2.3.2"
|
2023-07-21 15:48:20 +02:00
|
|
|
gunicorn = "^21.2.0"
|
2023-07-10 12:26:11 +02:00
|
|
|
charset-normalizer = "^3.2.0"
|
2023-06-26 15:26:59 +02:00
|
|
|
redis = {version = "^4.6.0", extras = ["hiredis"]}
|
2023-04-08 13:49:18 +02:00
|
|
|
beautifulsoup4 = "^4.12.2"
|
2023-07-24 22:41:53 +02:00
|
|
|
bootstrap-flask = "^2.3.0"
|
2020-03-16 13:51:21 +01:00
|
|
|
defang = "^0.5.3"
|
2023-02-23 16:55:24 +01:00
|
|
|
vt-py = "^0.17.5"
|
2021-05-20 21:53:13 +02:00
|
|
|
pyeupi = "^1.1"
|
2022-07-24 20:57:16 +02:00
|
|
|
pysanejs = "^2.0.1"
|
2023-07-06 19:00:18 +02:00
|
|
|
pylookyloo = "^1.21.0"
|
2023-07-18 11:58:53 +02:00
|
|
|
dnspython = "^2.4.0"
|
2022-05-20 01:05:52 +02:00
|
|
|
pytaxonomies = "^1.5.0"
|
2023-07-21 15:48:20 +02:00
|
|
|
pymisp = {version = "^2.4.173", extras = ["url", "fileobjects"]}
|
2023-07-06 19:00:18 +02:00
|
|
|
Pillow = "^10.0.0"
|
2023-03-06 14:50:50 +01:00
|
|
|
flask-restx = "^1.1.0"
|
2023-06-16 12:46:39 +02:00
|
|
|
rich = "^13.4.2"
|
2023-06-30 16:40:13 +02:00
|
|
|
pyphishtanklookup = "^1.3.0"
|
2023-06-27 11:34:45 +02:00
|
|
|
Flask-Cors = "^4.0.0"
|
2022-08-31 17:38:20 +02:00
|
|
|
pyhashlookup = "^1.2.1"
|
2023-06-19 16:54:56 +02:00
|
|
|
lief = "^0.13.2"
|
2023-07-18 11:58:53 +02:00
|
|
|
ua-parser = "^0.18.0"
|
2022-07-26 10:50:55 +02:00
|
|
|
Flask-Login = "^0.6.2"
|
2023-07-26 11:27:38 +02:00
|
|
|
har2tree = "^1.21.2"
|
2022-07-15 18:53:49 +02:00
|
|
|
passivetotal = "^2.5.9"
|
2023-06-12 15:46:53 +02:00
|
|
|
werkzeug = "^2.3.6"
|
2022-11-03 13:57:22 +01:00
|
|
|
filetype = "^1.2.0"
|
2023-06-30 16:40:13 +02:00
|
|
|
pypandora = "^1.5.0"
|
2023-07-24 12:50:32 +02:00
|
|
|
lacuscore = "^1.6.3"
|
2023-06-30 16:40:13 +02:00
|
|
|
pylacus = "^1.6.0"
|
2022-12-23 16:36:11 +01:00
|
|
|
pyipasnhistory = "^2.1.2"
|
2023-07-21 15:48:20 +02:00
|
|
|
publicsuffixlist = "^0.10.0.20230719"
|
2023-02-02 15:18:26 +01:00
|
|
|
pyfaup = "^1.2"
|
|
|
|
chardet = "^5.1.0"
|
2023-05-23 15:39:53 +02:00
|
|
|
pysecuritytxt = "^1.1.1"
|
2023-06-30 16:40:13 +02:00
|
|
|
pylookyloomonitoring = "^1.1.0"
|
2023-06-07 15:05:40 +02:00
|
|
|
pytz = {"version" = "^2023.3", python = "<3.9"}
|
2020-12-08 17:05:30 +01:00
|
|
|
|
2022-10-04 20:08:53 +02:00
|
|
|
[tool.poetry.group.dev.dependencies]
|
2023-06-26 15:26:59 +02:00
|
|
|
mypy = "^1.4.1"
|
2023-05-04 10:20:31 +02:00
|
|
|
ipython = [
|
|
|
|
{version = "<8.13.0", python = "<3.9"},
|
|
|
|
{version = "^8.13.0", python = ">=3.9"}
|
|
|
|
]
|
2023-07-21 15:48:20 +02:00
|
|
|
types-redis = {version = "^4.6.0.3"}
|
|
|
|
types-requests = "^2.31.0.2"
|
2021-12-27 23:05:22 +01:00
|
|
|
types-pkg-resources = "^0.1.3"
|
2023-07-21 15:48:20 +02:00
|
|
|
types-Deprecated = "^1.2.9.3"
|
|
|
|
types-python-dateutil = "^2.8.19.14"
|
2023-05-11 15:07:37 +02:00
|
|
|
types-beautifulsoup4 = "^4.12.0.5"
|
2023-07-21 15:48:20 +02:00
|
|
|
types-Pillow = "^10.0.0.2"
|
2023-06-07 15:05:40 +02:00
|
|
|
types-pytz = "^2023.3.0.0"
|
2020-01-21 17:39:18 +01:00
|
|
|
|
|
|
|
[build-system]
|
2023-04-28 18:30:38 +02:00
|
|
|
requires = ["poetry_core"]
|
2020-10-03 21:19:43 +02:00
|
|
|
build-backend = "poetry.core.masonry.api"
|
2021-06-11 19:15:03 +02:00
|
|
|
|
|
|
|
[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
|