mirror of
https://gitea.bearcatlog.com/Bryant/chassis
synced 2025-01-19 03:12:47 +08:00
fix bug
This commit is contained in:
parent
38af7619c2
commit
b903a3fae0
0
nameko_demo/__init__.py
Normal file
0
nameko_demo/__init__.py
Normal file
2
setup.py
2
setup.py
@ -35,10 +35,12 @@ setup(
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Intended Audience :: Developers",
|
||||
],
|
||||
platforms='any',
|
||||
|
||||
keywords='microservices basic sdk',
|
||||
|
||||
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
|
||||
include_package_data=True,
|
||||
|
||||
install_requires=[
|
||||
'nameko==2.14.1',
|
||||
|
0
timer_demo/__init__.py
Normal file
0
timer_demo/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user