Add configuration files for Flake8 and pre-commit, and update Pipfile for pre-commit dependency
This commit is contained in:
15
requirements.txt
Normal file
15
requirements.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
-i https://pypi.org/simple
|
||||
contourpy==1.3.2; python_version >= '3.10'
|
||||
cycler==0.12.1; python_version >= '3.8'
|
||||
fonttools==4.58.5; python_version >= '3.9'
|
||||
kiwisolver==1.4.8; python_version >= '3.10'
|
||||
matplotlib==3.10.3; python_version >= '3.10'
|
||||
numpy==2.3.1; python_version >= '3.11'
|
||||
packaging==25.0; python_version >= '3.8'
|
||||
pandas==2.3.1; python_version >= '3.9'
|
||||
pillow==11.3.0; python_version >= '3.9'
|
||||
pyparsing==3.2.3; python_version >= '3.9'
|
||||
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
||||
pytz==2025.2
|
||||
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
||||
tzdata==2025.2; python_version >= '2'
|
||||
Reference in New Issue
Block a user