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]
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user