зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 13:06:04 +02:00
* update notebooks and google auth * update readme and text * google cred * update secret name * add pandocto CI * pandoc step * install pandoc * correct typo
60 строки
1.4 KiB
TOML
60 строки
1.4 KiB
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" },
|
|
{ name = "Petr Andriushchenko", 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 = [
|
|
"bertopic",
|
|
"cvlib",
|
|
"deepface @ git+https://github.com/iulusoy/deepface.git",
|
|
"googletrans==3.1.0a0",
|
|
"grpcio",
|
|
"importlib_metadata",
|
|
"ipython",
|
|
"ipywidgets",
|
|
"ipykernel",
|
|
"matplotlib",
|
|
"numpy<=1.23.4",
|
|
"pandas",
|
|
"Pillow",
|
|
"pooch",
|
|
"protobuf",
|
|
"pytest",
|
|
"pytest-cov",
|
|
"requests",
|
|
"retina_face @ git+https://github.com/iulusoy/retinaface.git",
|
|
"salesforce-lavis @ git+https://github.com/iulusoy/LAVIS.git",
|
|
"spacy",
|
|
"spacytextblob",
|
|
"tensorflow",
|
|
"textblob",
|
|
"torch",
|
|
"google-cloud-vision",
|
|
"setuptools",
|
|
"opencv-contrib-python",
|
|
]
|
|
|
|
[project.scripts]
|
|
misinformation_prefetch_models = "misinformation.utils:misinformation_prefetch_models"
|
|
|
|
[tool.setuptools]
|
|
packages = ["misinformation"]
|