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"
2022-03-21 09:57:05 +01:00
lxml = "^4.8.0"
2020-11-30 17:06:56 +01:00
exifread = "^2.3.2"
2022-03-21 09:57:05 +01:00
pillow = "^9.0.1"
olefile = "^0.46"
2022-01-13 08:39:20 +01:00
oletools = "^0.60"
2022-03-21 09:57:05 +01:00
python-magic = "^0.4.25"
officedissector = {git = "https://github.com/grierforensics/officedissector.git"}
[tool.poetry.dev-dependencies]
2020-11-30 17:06:56 +01:00
tox = "^3.20.1"
2022-01-13 08:39:20 +01:00
pytest-cov = "^3.0.0"
PyYAML = "^6.0"
2022-03-21 09:57:05 +01:00
mypy = "^0.941"
types-PyYAML = "^6.0.5"
[build-system]
2020-11-30 17:06:56 +01:00
requires = ["poetry_core>=1.0", "setuptools"]
build-backend = "poetry.core.masonry.api"