chore: 添加虚拟环境到仓库
- 添加 backend_service/venv 虚拟环境 - 包含所有Python依赖包 - 注意:虚拟环境约393MB,包含12655个文件
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
from typing import Final, LiteralString
|
||||
|
||||
__all__ = (
|
||||
'__version__',
|
||||
'full_version',
|
||||
'git_revision',
|
||||
'release',
|
||||
'short_version',
|
||||
'version',
|
||||
)
|
||||
|
||||
version: Final[LiteralString]
|
||||
__version__: Final[LiteralString]
|
||||
full_version: Final[LiteralString]
|
||||
|
||||
git_revision: Final[LiteralString]
|
||||
release: Final[bool]
|
||||
short_version: Final[LiteralString]
|
||||
Reference in New Issue
Block a user