This website works better with JavaScript
首頁
探索
說明
登入
software
/
archival.ArchiveBox
镜像来自
https://github.com/ArchiveBox/ArchiveBox.git
關註
2
讚好
0
複刻
0
Files
問題管理
0
Wiki
瀏覽代碼
fix missing bottle in dev dependencies
Nick Sweeting
1 年之前
父節點
1c9f9fe1b7
當前提交
17b35496cc
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
統一視圖
顯示文件統計
1
0
pyproject.toml
+ 1
- 0
pyproject.toml
查看文件
@@ -113,6 +113,7 @@ debug = [
]
]
test = [
test = [
"pytest",
"pytest",
+ "bottle",
]
]
lint = [
lint = [
"flake8",
"flake8",