We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047d434 commit 2c3aa00Copy full SHA for 2c3aa00
pyproject.toml
@@ -11,6 +11,9 @@ authors = [
11
description = "A multifaceted security tool which leverages Public GitHub REST APIs for OSINT, Forensics, Pentesting and more."
12
readme = "README.md"
13
requires-python = ">=3.8"
14
+dependencies = [
15
+ "requests>=2.32.3",
16
+]
17
classifiers = [
18
"Programming Language :: Python :: 3",
19
"License :: OSI Approved :: GNU Affero General Public License v3",
@@ -25,6 +28,3 @@ Issues = "https://github.com/kulkansecurity/gitxray/issues"
25
28
26
29
[project.scripts]
27
30
gitxray = "gitxray.gitxray:gitxray_cli"
-
-[tool.setuptools.dynamic]
-dependencies = {file = ["requirements.txt"]}
0 commit comments