Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
krrish-sehgal committed Dec 20, 2024
1 parent 4b823f5 commit 22a9e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "AGPLv3"

[tool.poetry.dependencies]

python = "3.11.*"
python = "3.11.2"
python-dotenv = "^1.0.1"
toml = "^0.10.2"
Django = "^5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion website/templates/includes/sidenav.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<div class="icon text-indigo-500">
<i class="fas fa-clone fa-lg"></i>
</div>
<span>Similarity Check</span>
<span>SimilarityScan</span>
</a>
</li>
</ul>
Expand Down

0 comments on commit 22a9e72

Please sign in to comment.