41 lines
662 B
TOML
41 lines
662 B
TOML
[project]
|
|
name="appPublic"
|
|
version = "5.2.2"
|
|
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"
|
|
|