-
Notifications
You must be signed in to change notification settings - Fork 19
/
Pipfile
55 lines (52 loc) · 943 Bytes
/
Pipfile
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
53
54
55
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
rich-click = "*"
securesystemslib = "*"
click = "*"
rich = "*"
auto-click-auto = "*"
PyNaCl = "*"
requests = "*"
dynaconf = {extras = ["yaml"], version = "*"}
isort = "*"
sqlalchemy = "*"
psycopg2 = "*"
tuf = "*"
beaupy = "*"
sigstore = "*"
boto3 = "*"
google-cloud-kms = "*"
hvac = "*"
azure-keyvault-keys = "*"
[dev-packages]
black = "*"
isort = "*"
flake8 = "*"
tox = "*"
pytest = "*"
pytest-cov = "*"
pytest-xdist = "*"
coverage = "*"
mypy = "*"
pip = "*"
pretend = "*"
sphinx = "*"
sphinxcontrib-applehelp = "*"
sphinxcontrib-devhelp = "*"
sphinxcontrib-htmlhelp = "*"
sphinxcontrib-jsmath = "*"
sphinxcontrib-qthelp = "*"
sphinxcontrib-serializinghtml = "*"
sphinxcontrib-plantuml = "*"
sphinx-rtd-theme = "*"
hatchling = "==0.22.0"
build = "*"
pre-commit = "*"
bandit = "*"
types-requests = "*"
setuptools = "*"
[requires]
python_version = "3.12"