瀏覽代碼

updated requirements.txt

lechibang-1512 2 月之前
父節點
當前提交
855c80a5d4
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12
    0
      requirements.txt

+ 12
- 0
requirements.txt 查看文件

@@ -0,0 +1,12 @@
1
+fpdf2==2.8.3  # package provides the `fpdf` module (fpdf2)
2
+psutil==7.0.0
3
+
4
+# Notes:
5
+# - System tools (not Python packages):
6
+#   - `git` (found: git version 2.47.3)
7
+#   - `gnuplot` (found: gnuplot 6.0 patchlevel 2)
8
+# - If you're using a virtual environment, install with:
9
+#
10
+#   python3 -m venv .venv
11
+#   source .venv/bin/activate
12
+#   pip install -r requirements.txt