bugfix
This commit is contained in:
parent
f3765f7b73
commit
2c0a46d0f7
@ -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]
|
||||
requires = ["setuptools>=61", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
34
setup.cfg
Normal file
34
setup.cfg
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user