This commit is contained in:
yumoqing 2025-06-20 17:26:37 +08:00
parent f3765f7b73
commit 2c0a46d0f7
2 changed files with 34 additions and 36 deletions

View File

@ -1,39 +1,3 @@
[project]
name="appPublic"
version = "5.2.3"
description = "Your project description"
authors = [{ name = "yu moqing", email = "yumoqing@gmail.com" }]
readme = "README.md"
requires-python = ">=3.8"
license = {text = "MIT"}
dependencies = [
"xlrd",
"bs4",
"xlwt",
"nanoid",
"psutil",
"ujson",
"numpy",
"rsa",
"brotli",
"aiohttp",
# "upnpclient",
# "py-natpmp",
"asyncio ",
"aiohttp",
"aiohttp_socks",
"requests",
"jinja2",
"pyzmq",
"cryptography",
"bcrypt",
"asyncssh",
"eventpy"
]
[project.optional-dependencies]
dev = ["pytest", "black", "mypy"]
[build-system] [build-system]
requires = ["setuptools>=61", "wheel"] requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"

34
setup.cfg Normal file
View File

@ -0,0 +1,34 @@
[metadata]
name=appPublic
version = 5.2.3
description = Your project description
authors = [{
author = "yu moqing"
author_email = "yumoqing@gmail.com" }]
readme = "README.md"
license = "MIT"
[options]
packages = find:
requires-python = ">=3.8"
install_requires =
xlrd
bs4
xlwt
nanoid
psutil
ujson
numpy
rsa
brotli
aiohttp
asyncio
aiohttp
aiohttp_socks
requests
jinja2
pyzmq
cryptography
bcrypt
asyncssh
eventpy