forked from aerospike/aerospike-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
42 lines (38 loc) · 731 Bytes
/
Pipfile
File metadata and controls
42 lines (38 loc) · 731 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
38
39
40
41
42
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
bcrypt = "4.0.1"
cryptography = "==43.0.1"
pyopenssl = "==24.2.1"
distro = "==1.9.0"
jsonschema = "==4.23.0"
pexpect = "==4.9.0"
ply = "==3.11"
pyasn1 = "==0.6.1"
toml = "==0.10.2"
yappi = "==1.6.0"
setuptools = "70.0.0"
aiohttp = "==3.10.11"
python-dateutil = "2.8.2"
msgpack = "1.0.7"
parameterized = "*"
typing-extensions = "*"
asyncssh = "*"
[dev-packages]
parameterized = "*"
pyinstaller = "==6.11.1"
black = "*"
flake8 = "*"
pytest = "*"
mock = "*"
coverage = "*"
macholib = {version = "*", sys_platform = "== 'darwin'"}
asynctest = "*"
aerospike = "*"
docker = "*"
[requires]
python_version = "3.10"
[pipenv]
allow_prereleases = true