Ver código fonte

updated requirements.txt

lechibang-1512 2 meses atrás
pai
commit
855c80a5d4
1 arquivos alterados com 12 adições e 0 exclusões
  1. 12
    0
      requirements.txt

+ 12
- 0
requirements.txt Ver arquivo

@@ -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