Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Abwao committed Jan 1, 2025
1 parent f8220e6 commit 18cab64
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 77 deletions.
76 changes: 38 additions & 38 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
ansi2html==1.8.0
blinker==1.6.3
certifi==2023.7.22
charset-normalizer==3.3.1
click==8.1.7
dash==2.14.1
blinker==1.9.0
certifi==2024.12.14
charset-normalizer==3.4.1
click==8.1.8
dash==2.18.2
dash-core-components==2.0.0
dash-html-components==2.0.0
dash-table==5.0.0
et-xmlfile==1.1.0
flake8==6.1.0
Flask==3.0.0
idna==3.4
importlib-metadata==6.8.0
et_xmlfile==2.0.0
flake8==7.1.1
Flask==3.0.3
idna==3.10
importlib_metadata==8.5.0
iniconfig==2.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.3
itsdangerous==2.2.0
Jinja2==3.1.5
MarkupSafe==3.0.2
mccabe==0.7.0
nest-asyncio==1.5.8
numpy==1.26.1
openpyxl==3.1.2
packaging==23.2
pandas==2.1.2
patsy==0.5.3
plotly==5.18.0
pluggy==1.3.0
pycodestyle==2.11.1
pyflakes==3.1.0
pytest==7.4.3
python-dateutil==2.8.2
pytz==2023.3.post1
requests==2.31.0
nest-asyncio==1.6.0
numpy==2.2.1
openpyxl==3.1.5
packaging==24.2
pandas==2.2.3
patsy==1.0.1
plotly==5.24.1
pluggy==1.5.0
pycodestyle==2.12.1
pyflakes==3.2.0
pytest==8.3.4
python-dateutil==2.9.0.post0
pytz==2024.2
requests==2.32.3
retrying==1.3.4
scipy==1.11.3
six==1.16.0
statsmodels==0.14.0
tenacity==8.2.3
typing_extensions==4.8.0
tzdata==2023.3
urllib3==2.0.7
waitress==2.1.2
Werkzeug==3.0.1
zipp==3.17.0
scipy==1.14.1
setuptools==75.6.0
six==1.17.0
statsmodels==0.14.4
tenacity==9.0.0
typing_extensions==4.12.2
tzdata==2024.2
urllib3==2.3.0
waitress==3.0.2
Werkzeug==3.0.6
zipp==3.21.0
66 changes: 33 additions & 33 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
ansi2html==1.8.0
blinker==1.6.3
certifi==2023.7.22
charset-normalizer==3.3.1
click==8.1.7
dash==2.14.1
blinker==1.9.0
certifi==2024.12.14
charset-normalizer==3.4.1
click==8.1.8
dash==2.18.2
dash-core-components==2.0.0
dash-html-components==2.0.0
dash-table==5.0.0
et-xmlfile==1.1.0
Flask==3.0.0
idna==3.4
importlib-metadata==6.8.0
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.3
nest-asyncio==1.5.8
numpy==1.26.1
openpyxl==3.1.2
packaging==23.2
pandas==2.1.2
patsy==0.5.3
plotly==5.18.0
python-dateutil==2.8.2
pytz==2023.3.post1
requests==2.31.0
et_xmlfile==2.0.0
Flask==3.0.3
idna==3.10
importlib_metadata==8.5.0
itsdangerous==2.2.0
Jinja2==3.1.5
MarkupSafe==3.0.2
nest-asyncio==1.6.0
numpy==2.2.1
openpyxl==3.1.5
packaging==24.2
pandas==2.2.3
patsy==1.0.1
plotly==5.24.1
python-dateutil==2.9.0.post0
pytz==2024.2
requests==2.32.3
retrying==1.3.4
scipy==1.11.3
six==1.16.0
statsmodels==0.14.0
tenacity==8.2.3
typing_extensions==4.8.0
tzdata==2023.3
urllib3==2.0.7
waitress==2.1.2
Werkzeug==3.0.1
zipp==3.17.0
scipy==1.14.1
setuptools==75.6.0
six==1.17.0
statsmodels==0.14.4
tenacity==9.0.0
typing_extensions==4.12.2
tzdata==2024.2
urllib3==2.3.0
waitress==3.0.2
Werkzeug==3.0.6
zipp==3.21.0
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ url = https://github.com/Tim-Abwao/time-series-app
license = MIT
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.12

[options]
install_requires =
dash>=2.9.3
openpyxl>=3.1.2
statsmodels>=0.13.5
waitress>=2.1.2
dash>=2.18.2
openpyxl>=3.1.5
statsmodels>=0.14.4
waitress>=3.0.2
include_package_data = True
packages = find:
python_requires = >=3.8
python_requires = >=3.10

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 18cab64

Please sign in to comment.