forked from panther-labs/panther_analysis_tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-requirements.txt
36 lines (35 loc) · 1.11 KB
/
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
36
#
# 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.7; python_version >= '3.6'
bandit==1.7.0
black==20.8b1
click==8.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
gitdb==4.0.7; python_version >= '3.4'
gitpython==3.1.17; python_version >= '3.4'
importlib-metadata==4.4.0 ; python_version < '3.8'
isort==5.8.0
lazy-object-proxy==1.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
mccabe==0.6.1
mypy-extensions==0.4.3
mypy==0.812
nose==1.3.7
pathspec==0.8.1
pbr==5.6.0; python_version >= '2.6'
pyfakefs==4.4.0
pylint==2.7.2
pyyaml==5.4.1
regex==2021.4.4
six==1.15.0
smmap==4.0.0; python_version >= '3.5'
stevedore==3.3.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 ; implementation_name == 'cpython' and python_version < '3.8'
typing-extensions==3.10.0.0 ; python_version < '3.8'
wrapt==1.12.1
zipp==3.4.1; python_version >= '3.6'