-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
52 lines (41 loc) · 894 Bytes
/
setup.cfg
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
[metadata]
name = chevah-keycert
version = 3.1.0
maintainer = Adi Roiban
maintainer_email = [email protected]
license = MIT
platforms = any
description = SSH Keys and SSL keys and certificates management.
long_description = file: README.rst
url = 'https://github.com/chevah/chevah-keycert'
[options]
install_requires =
pyopenssl >= 0.13
pyasn1 >= 0.1.7
cryptography >= 3.2
constantly >= 15.1.0
argon2-cffi >= 23.1.0
packages = find:
package_dir = =src
[options.packages.find]
where = src
[options.extras_require]
; These are the deps required to develop.
; Try to pin them as much as possible.
dev =
zope.interface
wheel
pocketlint ==1.4.4.c10
pyflakes >= 3.2.0
black == 24.2.0
isort == 5.13.2
chevah-compat >= 0.70
nose
mock
bunch
coverage==4.5.4
codecov
unidecode
distro
[bdist_wheel]
universal = 1