forked from panther-labs/panther_analysis_tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev-requirements.txt
35 lines (34 loc) · 979 Bytes
/
dev-requirements.txt
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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements --dev-only
#
-i https://pypi.org/simple
appdirs==1.4.4
astroid==2.5.8; python_version ~= '3.6'
bandit==1.7.0
black==20.8b1
click==8.1.2; python_version >= '3.7'
gitdb==4.0.9; python_version >= '3.6'
gitpython==3.1.27; python_version >= '3.7'
isort==5.8.0
lazy-object-proxy==1.7.1; python_version >= '3.6'
mccabe==0.6.1
mypy-extensions==0.4.3
mypy==0.812
nose==1.3.7
panther_core==0.0.9
pathspec==0.9.0
pbr==5.8.1; python_version >= '2.6'
pyfakefs==4.4.0
pylint==2.7.2
pyyaml==5.4.1
regex==2022.3.15; python_version >= '3.6'
six==1.16.0
smmap==5.0.0; python_version >= '3.6'
stevedore==3.5.0; python_version >= '3.6'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
typed-ast==1.4.3; python_version < '3.8' and implementation_name == 'cpython'
typing-extensions==4.2.0; python_version >= '3.7'
wrapt==1.12.1