forked from voxmedia/AutoTLS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
53 lines (50 loc) · 1.33 KB
/
pyproject.toml
File metadata and controls
53 lines (50 loc) · 1.33 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 = ["flit_core >= 3.12.0, <4"]
build-backend = "flit_core.buildapi"
[project]
name = "tlstool"
version = "0.1.0"
requires-python = ">=3.9"
description = "Automated TLS cert generator"
dependencies = [
"acme==4.1.1",
"boto3==1.39.8",
"botocore==1.39.8",
"certbot==4.1.1",
"click>=8.0,<8.2",
"coverage-badge==1.1.2",
"cryptography==45.0.6",
"ddtrace==3.10.2",
"dnspython==2.7.0",
"fastly==10.1.0",
"Flask==3.1.1",
"Flask-Login==0.6.3",
"Flask-SQLAlchemy==3.1.1",
"gevent==25.5.1",
"gunicorn==23.0.0",
"josepy==2.1.0",
"mkdocs==1.6.1",
"mkdocs-material==9.6.17",
"mkdocstrings[python]>=0.30.0",
"psycopg[binary,pool]==3.2.9",
"psycopg2-binary==2.9.9",
"pyasn1==0.6.1",
"pyasn1-modules==0.4.2",
"pyOpenSSL==25.1.0",
"pytest==8.4.1",
"pytest-cov==6.2.1",
"python-dateutil==2.9.0",
"python-dotenv<1,>=0.13.0",
"requests==2.32.4",
"ruff==0.12.5",
"slack-sdk==3.36.0",
"SQLAlchemy==2.0.41",
"Werkzeug==3.1.3",
"whois==0.9.27",
"whoisdomain==1.20250220.2"
]
[project.urls]
Homepage = "https://github.com/voxmedia/AutoTLS"
Documentation = "https://github.com/voxmedia/AutoTLS#readme"
Issues = "https://github.com/voxmedia/AutoTLS/issues"
Changelog = "https://github.com/voxmedia/AutoTLS/blob/main/CHANGELOG.md"