-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (34 loc) · 979 Bytes
/
Copy pathpyproject.toml
File metadata and controls
37 lines (34 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[project]
name = "ghastoolkit"
version = "0.18.3"
authors = [{ name = "GeekMasher" }]
description = "GitHub Advanced Security Python Toolkit"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent",
]
dependencies = [
"pyyaml==6.0.3",
"ratelimit==2.2.1",
"requests>=2.32.4",
"semantic-version==2.10.0",
]
[dependency-groups]
dev = [
"black>=25.1.0",
"myst-parser>=4.0.1",
"responses>=0.25.7",
"sphinx==8.1.3",
"typing-extensions>=4.12.2",
]
[project.urls]
"Homepage" = "https://github.com/GeekMasher/ghastoolkit"
"Bug Tracker" = "https://github.com/GeekMasher/ghastoolkit/issues"