bugfix
This commit is contained in:
parent
c6d775cd7c
commit
78c85452fd
0
kyapikeyserver/__init__.py
Normal file
0
kyapikeyserver/__init__.py
Normal file
7
kyapikeyserver/init.py
Normal file
7
kyapikeyserver/init.py
Normal 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
|
||||||
|
|
29
setup.cfg
29
setup.cfg
@ -1,34 +1,15 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name=appPublic
|
name=pyapikeyserver
|
||||||
version = 5.2.3
|
version = 5.2.3
|
||||||
description = Your project description
|
description = Your project description
|
||||||
authors = [{
|
|
||||||
author = "yu moqing"
|
author = "yu moqing"
|
||||||
author_email = "yumoqing@gmail.com" }]
|
author_email = "yumoqing@gmail.com"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
[options]
|
[options]
|
||||||
packages = find:
|
packages = find:
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
install_requires =
|
install_requires =
|
||||||
xlrd
|
apppublic
|
||||||
bs4
|
sqlor
|
||||||
xlwt
|
ahserver
|
||||||
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