This commit is contained in:
yumoqing 2025-07-05 11:16:49 +08:00
parent c6d775cd7c
commit 78c85452fd
3 changed files with 12 additions and 24 deletions

View File

7
kyapikeyserver/init.py Normal file
View File

@ -0,0 +1,7 @@
from kyapikeyserver.server import sync_user
from ahserver.serverenv import ServerEnv
def load_kyapikeyserver():
env = ServerEnv()
env.sync_user = sysnc_user

View File

@ -1,34 +1,15 @@
[metadata]
name=appPublic
name=pyapikeyserver
version = 5.2.3
description = Your project description
authors = [{
author = "yu moqing"
author_email = "yumoqing@gmail.com" }]
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
apppublic
sqlor
ahserver