PyCIRCLean/pyproject.toml

41 lines
1.0 KiB
TOML
Raw Normal View History

[tool.poetry]
name = "kittengroomer"
version = "2.2.0"
description = "Standalone CIRCLean/KittenGroomer code."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause"
repository = "https://github.com/CIRCL/PyCIRCLean"
readme = "README.md"
classifiers=[
'License :: OSI Approved :: BSD License',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 3',
'Topic :: Communications :: File Sharing',
'Topic :: Security',
]
[tool.poetry.dependencies]
python = "^3.8"
2024-01-05 14:36:57 +01:00
lxml = "^5.0.0"
2022-11-11 11:25:41 +01:00
exifread = "^3.0.0"
2024-01-05 14:36:57 +01:00
pillow = "^10.2.0"
olefile = "^0.47"
2022-11-11 11:25:41 +01:00
oletools = "^0.60.1"
python-magic = "^0.4.27"
2022-11-11 14:59:41 +01:00
officedissector = {git = "https://github.com/Rafiot/officedissector.git"}
[tool.poetry.dev-dependencies]
2024-01-05 14:36:57 +01:00
tox = "^4.11.4"
2023-08-16 11:37:42 +02:00
pytest-cov = "^4.1.0"
PyYAML = "^6.0.1"
2024-01-05 14:36:57 +01:00
mypy = "^1.8.0"
types-PyYAML = "^6.0.12.12"
[build-system]
2023-02-10 13:00:08 +01:00
requires = ["poetry_core>=1.2", "setuptools"]
2020-11-30 17:06:56 +01:00
build-backend = "poetry.core.masonry.api"