mirror of
https://github.com/Bryanthelol/namekoplus
synced 2025-12-16 20:16:07 +08:00
feat: add a command to generating test files
This commit is contained in:
4
setup.py
4
setup.py
@@ -9,7 +9,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
|
||||
|
||||
setup(
|
||||
name='namekoplus',
|
||||
version='0.2.4',
|
||||
version='0.3.0',
|
||||
description='A lightweight Python distributed microservice solution',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
@@ -71,7 +71,7 @@ setup(
|
||||
'sqlalchemy==2.0.15',
|
||||
'sqlacodegen==2.3.0',
|
||||
'alembic==1.11.1'],
|
||||
'ssl': ['cryptography'],
|
||||
'security': ['cryptography'],
|
||||
'dev': ['mako==1.2.4',
|
||||
'environs==9.5.0']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user