forked from opensearch-project/opensearch-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
36 lines (33 loc) 路 610 Bytes
/
Copy pathPipfile
File metadata and controls
36 lines (33 loc) 路 610 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyyaml = "~=5.4"
types-PyYAML = "~=5.4"
requests = "~=2.26"
types-requests = "~=2.25"
pre-commit = "~=2.15.0"
isort = "~=5.9"
flake8 = "~=3.9"
mypy = "~=0.9"
pytest = "*"
coverage = "~=4.5.4"
pytest-cov = "~=2.10.0"
jproperties = "~=2.1.1"
retry = "~=0.9"
sortedcontainers = "*"
cerberus = "~=1.3.4"
psutil = "~=5.8"
atomicwrites = "*"
validators = "*"
yamlfix = "*"
yamllint = "*"
pytablewriter = "*"
typed-ast = "*"
zipp = "*"
importlib-metadata = "*"
ruamel-yaml = "*"
[dev-packages]
[requires]
python_version = "3.7"