Skip to content

Commit

Permalink
Fix capitalization of flask dependency names
Browse files Browse the repository at this point in the history
  • Loading branch information
smountenay-tt committed Mar 4, 2025
1 parent 1edd5f3 commit 6d64b06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend/ttnn_visualizer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flask==3.1.0
Flask==3.1.0
gunicorn~=22.0.0
uvicorn==0.30.1
paramiko~=3.4.0
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[project]
name = "ttnn_visualizer"
authors = []
version = "0.23.0.1"
version = "0.23.0.2"
description = "TT Visualizer"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"flask==3.1.0",
"Flask==3.1.0",
"Flask-Cors==4.0.1",
"Flask-Static-Digest==0.4.1",
"Flask-SocketIO==5.4.1",
"Flask-SQLAlchemy==3.1.1",
"pandas==2.2.3",
"gunicorn~=22.0.0",
"paramiko~=3.4.0",
"flask_cors==4.0.1",
"pydantic==2.7.3",
"pydantic_core==2.18.4",
"flask_static_digest==0.4.1",
"setuptools==65.5.0",
"gevent===24.10.2",
"python-dotenv==1.0.1",
"sqlalchemy==2.0.34",
"flask-socketio==5.4.1",
"flask-sqlalchemy==3.1.1",
"PyYAML==6.0.2",
"python-dotenv==1.0.1",
"tt-perf-report==1.0.4"
Expand Down

0 comments on commit 6d64b06

Please sign in to comment.