bugfix
This commit is contained in:
parent
a8cdea29f1
commit
eb72ada1dd
@ -1,37 +1,4 @@
|
|||||||
[project]
|
|
||||||
name="ahserver"
|
|
||||||
version = "1.0.3"
|
|
||||||
description = "A application server base on aiohttp"
|
|
||||||
authors = [{ name = "yu moqing", email = "yumoqing@gmail.com" }]
|
|
||||||
readme = "README.md"
|
|
||||||
requires-python = ">=3.8"
|
|
||||||
license = {text = "MIT"}
|
|
||||||
dependencies = [
|
|
||||||
"asyncio",
|
|
||||||
"aiofiles",
|
|
||||||
"aiodns",
|
|
||||||
"aiohttp==3.10.10",
|
|
||||||
"aiohttp_session",
|
|
||||||
"aiohttp_auth_autz",
|
|
||||||
"aiohttp-cors",
|
|
||||||
"aiomysql",
|
|
||||||
"aioredis",
|
|
||||||
"psycopg2-binary",
|
|
||||||
"aiopg",
|
|
||||||
"jinja2",
|
|
||||||
"ujson",
|
|
||||||
"openpyxl",
|
|
||||||
"pillow",
|
|
||||||
"py-natpmp",
|
|
||||||
]
|
|
||||||
|
|
||||||
[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"
|
||||||
|
|
||||||
[tool.setuptools]
|
|
||||||
packages = {find = {}}
|
|
||||||
|
|
||||||
|
30
setup.cfg
Normal file
30
setup.cfg
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# setup.cfg
|
||||||
|
[metadata]
|
||||||
|
name = ahserver
|
||||||
|
version = 1.0.3
|
||||||
|
description = A application server base on aiohttp
|
||||||
|
author = yu moqing
|
||||||
|
author_email = yumoqing@gmail.com
|
||||||
|
license = MIT
|
||||||
|
|
||||||
|
[options]
|
||||||
|
packages = find:
|
||||||
|
python_requires = >=3.8
|
||||||
|
install_requires =
|
||||||
|
asyncio
|
||||||
|
aiofiles
|
||||||
|
aiodns
|
||||||
|
aiohttp==3.10.10
|
||||||
|
aiohttp_session
|
||||||
|
aiohttp_auth_autz
|
||||||
|
aiohttp-cors
|
||||||
|
aiomysql
|
||||||
|
aioredis
|
||||||
|
psycopg2-binary
|
||||||
|
aiopg
|
||||||
|
jinja2
|
||||||
|
ujson
|
||||||
|
openpyxl
|
||||||
|
pillow
|
||||||
|
py-natpmp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user