16 lines
294 B
INI
16 lines
294 B
INI
[metadata]
|
|
name=findperson
|
|
version = 0.1.2
|
|
description = A module to find person in images
|
|
author = "yu moqing"
|
|
author_email = "yumoqing@gmail.com"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
[options]
|
|
packages = find:
|
|
requires_python = ">=3.8"
|
|
install_requires =
|
|
pillow
|
|
face_recognition
|
|
pymilvus
|