소스 검색

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