зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 13:06:04 +02:00
30 строки
702 B
TOML
30 строки
702 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=61",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "misinformation"
|
|
version = "0.0.1"
|
|
description = "Misinformation campaign analysis"
|
|
readme = "README.md"
|
|
maintainers = [
|
|
{ name = "Inga Ulusoy", email = "ssc@iwr.uni-heidelberg.de" },
|
|
{ name = "Dominic Kempf", email = "ssc@iwr.uni-heidelberg.de" },
|
|
]
|
|
requires-python = ">=3.8"
|
|
license = { text = "MIT" }
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"Operating System :: OS Independent",
|
|
"License :: OSI Approved :: MIT License",
|
|
]
|
|
dependencies = [
|
|
"deepface",
|
|
"ipywidgets ==8.0.0rc1",
|
|
"retina-face",
|
|
]
|
|
|
|
[tool.setuptools]
|
|
packages = ["misinformation"] |