bugfix
This commit is contained in:
parent
d22aef156c
commit
5ae87f9dc4
4
pyproject.toml
Normal file
4
pyproject.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
#
|
||||
pillow
|
||||
face_recognition
|
||||
pymilvus
|
||||
|
||||
15
setup.cfg
Normal file
15
setup.cfg
Normal file
@ -0,0 +1,15 @@
|
||||
[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
|
||||
Loading…
x
Reference in New Issue
Block a user