Update dependency management: add requirements files and include pandas, colorlog, and pyinstaller
This commit is contained in:
@@ -1,18 +1,43 @@
|
||||
colorama==0.4.6 ; python_version == "3.13" and sys_platform == "win32"
|
||||
colorlog==6.9.0 ; python_version == "3.13"
|
||||
contourpy==1.3.2 ; python_version == "3.13"
|
||||
cycler==0.12.1 ; python_version == "3.13"
|
||||
dotenv==0.9.9 ; python_version == "3.13"
|
||||
fonttools==4.59.0 ; python_version == "3.13"
|
||||
kiwisolver==1.4.8 ; python_version == "3.13"
|
||||
matplotlib==3.10.3 ; python_version == "3.13"
|
||||
numpy==2.3.1 ; python_version == "3.13"
|
||||
packaging==25.0 ; python_version == "3.13"
|
||||
pandas==2.3.1 ; python_version == "3.13"
|
||||
pillow==11.3.0 ; python_version == "3.13"
|
||||
pyparsing==3.2.3 ; python_version == "3.13"
|
||||
python-dateutil==2.9.0.post0 ; python_version == "3.13"
|
||||
python-dotenv==1.1.1 ; python_version == "3.13"
|
||||
pytz==2025.2 ; python_version == "3.13"
|
||||
six==1.17.0 ; python_version == "3.13"
|
||||
tzdata==2025.2 ; python_version == "3.13"
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile requirements.in -o requirements.txt
|
||||
colorlog==6.9.0
|
||||
# via -r requirements.in
|
||||
contourpy==1.3.3
|
||||
# via matplotlib
|
||||
cycler==0.12.1
|
||||
# via matplotlib
|
||||
dotenv==0.9.9
|
||||
# via -r requirements.in
|
||||
fonttools==4.59.0
|
||||
# via matplotlib
|
||||
kiwisolver==1.4.8
|
||||
# via matplotlib
|
||||
matplotlib==3.10.3
|
||||
# via -r requirements.in
|
||||
numpy==2.3.2
|
||||
# via
|
||||
# contourpy
|
||||
# matplotlib
|
||||
# pandas
|
||||
packaging==25.0
|
||||
# via matplotlib
|
||||
pandas==2.3.1
|
||||
# via -r requirements.in
|
||||
pillow==11.3.0
|
||||
# via matplotlib
|
||||
pyparsing==3.2.3
|
||||
# via matplotlib
|
||||
python-dateutil==2.9.0.post0
|
||||
# via
|
||||
# matplotlib
|
||||
# pandas
|
||||
python-dotenv==1.1.1
|
||||
# via dotenv
|
||||
pytz==2025.2
|
||||
# via pandas
|
||||
six==1.17.0
|
||||
# via python-dateutil
|
||||
tk==0.1.0
|
||||
# via -r requirements.in
|
||||
tzdata==2025.2
|
||||
# via pandas
|
||||
|
||||
Reference in New Issue
Block a user