-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpyproject.toml
More file actions
52 lines (49 loc) · 1.15 KB
/
pyproject.toml
File metadata and controls
52 lines (49 loc) · 1.15 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "acme2certifier"
version = "0.41.3"
description = "ACMEv2 server"
readme = "README.md"
authors = [
{ name = "grindsa", email = "grindelsack@gmail.com" }
]
license = { file = "LICENSE" }
requires-python = ">=3.7"
dependencies = [
"setuptools",
"jwcrypto",
"cryptography",
"pyOpenssl",
"dnspython",
"pytz",
"configparser",
"python-dateutil",
"requests",
"pysocks",
"josepy",
"acme",
"xmltodict",
"pyasn1",
"pyasn1_modules",
"requests_pkcs12",
"requests_gssapi",
"gssapi",
"pyyaml",
"idna",
"werkzeug>=3.0.6",
]
classifiers = [
"Programming Language :: Python",
"Development Status :: 4 - Beta",
"Natural Language :: German",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
]
[project.urls]
Homepage = "https://github.com/grindsa/acme2certifier"
[tool.setuptools]
include-package-data = true