We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3848fd4 commit 657fbadCopy full SHA for 657fbad
nonebot_plugin_value/__init__.py
@@ -4,7 +4,6 @@
4
require("nonebot_plugin_orm")
5
require("nonebot_plugin_localstore")
6
7
-from . import migrations
8
from .api import api_balance, api_currency, api_transaction
9
from .api.api_currency import get_or_create_currency
10
from .api.depends import factory
@@ -20,7 +19,6 @@
20
19
usage="请查看API文档。",
21
type="library",
22
homepage="https://github.com/JohnRichard4096/nonebot_plugin_value",
23
- extra={"orm_version_location": migrations}, # 迁移文件
24
supported_adapters=None,
25
)
26
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "nonebot-plugin-value"
3
-version = "0.1.4"
+version = "0.1.4.post1"
description = "Economy API for NoneBot2"
readme = "README.md"
requires-python = ">=3.10, <4.0.0"
0 commit comments