Skip to content

Commit 2c3aa00

Browse files
committed
Fixing dependencies section in pyproject.toml
1 parent 047d434 commit 2c3aa00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ authors = [
1111
description = "A multifaceted security tool which leverages Public GitHub REST APIs for OSINT, Forensics, Pentesting and more."
1212
readme = "README.md"
1313
requires-python = ">=3.8"
14+
dependencies = [
15+
"requests>=2.32.3",
16+
]
1417
classifiers = [
1518
"Programming Language :: Python :: 3",
1619
"License :: OSI Approved :: GNU Affero General Public License v3",
@@ -25,6 +28,3 @@ Issues = "https://github.com/kulkansecurity/gitxray/issues"
2528

2629
[project.scripts]
2730
gitxray = "gitxray.gitxray:gitxray_cli"
28-
29-
[tool.setuptools.dynamic]
30-
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)