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 84c17f5 commit e98f296Copy full SHA for e98f296
README.md
@@ -20,8 +20,6 @@ https://t.me/chinaBank_Exchange_bot
20
pip install uv
21
uv pip install -r requirements.txt
22
23
-# Activate virtual environment
24
-
25
# Start Uvicorn server
26
uvicorn main:app --host 0.0.0.0 --port 7860 --reload
27
update.md
@@ -8,3 +8,5 @@
8
9
- v0.0.3
10
- 修复数据源
11
+- v0.0.4
12
+ - 安装 uv 工具以提高构建效率
version.txt
@@ -1 +1 @@
1
-version=0.0.3
+version=0.0.4
0 commit comments