forked from demisto/demisto-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
74 lines (71 loc) · 1.24 KB
/
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
astroid = ">=2.4.2,<2.5.4"
autopep8 = "*"
bandit = "*"
bs4 = "*"
chardet = "==3.0.2"
click = "==7.1.2"
colorama = "*"
coloredlogs = "*"
configparser = "*"
coverage = "*"
dateparser = "*"
decorator = "*"
demisto-py = ">=3.1.0"
dictor = "*"
docker = "==4.3.0"
flake8 = "*"
flatten-dict = "*"
gitdb = "*"
google-cloud-storage = "==1.29.0"
inflection = "==0.5.1"
isort = "*"
jsonschema = "*"
mergedeep = "*"
mypy = "==0.782"
networkx = "*"
nltk = "*"
pipenv = "*"
prettytable = "==0.7.2"
pykwalify = "*"
pylint = "==2.6.0"
pyspellchecker = "*"
requests = "*"
"ruamel.yaml" = "<0.17"
slackclient = "==2.9.3"
tabulate = "*"
ujson = "*"
urllib3 = "*"
vulture = "*"
wcmatch = "*"
yamlordereddictloader = "*"
GitPython = "*"
Jinja2 = "<3.0,>=2.11.1"
Pebble = "*"
PyPDF2 = "*"
PyYAML = "*"
giturlparse = "*"
pytest-freezegun = "*"
python-dotenv = "*"
importlib-resources = "*"
dictdiffer = "*"
setuptools = "*"
[dev-packages]
mitmproxy = "==5.1.0"
mock = "*"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
pytest-datadir-ng = "*"
pytest-mock = "*"
pytest-subprocess = "*"
requests-mock = "*"
tox-pyenv = "*"
Deprecated = "*"
pipfile-requirements = "*"
[requires]
python_version = "3.9"