We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171faa9 commit 780a35dCopy full SHA for 780a35d
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "diffrays"
7
-version = "1.6.1"
+version = "1.6.2"
8
description = "Binary Diff Analysis Tool - Decompile, Compare, and Visualize Binary Changes"
9
readme = "README.md"
10
requires-python = ">=3.8"
@@ -15,9 +15,9 @@ authors = [
15
]
16
17
dependencies = [
18
- "flask>=2.0.0",
19
- "tqdm>=4.60.0",
20
- "ida-domain>=0.1.0",
+ "flask",
+ "tqdm",
+ "ida-domain",
21
"requests"
22
23
0 commit comments