This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements-dev.txt
71 lines (70 loc) · 2.6 KB
/
requirements-dev.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
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
################################################################################
# This requirements file has been automatically generated from `Pipfile` with
# `pipenv-to-requirements`
#
#
# This has been done to maintain backward compatibility with tools and services
# that do not support `Pipfile` yet.
#
# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and
# `Pipfile.lock` and then regenerate `requirements*.txt`.
################################################################################
-e .
-e .
appdirs==1.4.4
attrs==21.4.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
bandit==1.6.2
black==20.8b1
certifi==2021.10.8
cfgv==3.3.1 ; python_full_version >= '3.6.1'
click==8.0.3 ; python_version >= '3.6'
coverage==6.2 ; python_version >= '3.6'
distlib==0.3.4
eradicate==1.0
filelock==3.4.2 ; python_version >= '3.7'
flake8-bugbear==20.1.4
flake8-comprehensions==3.2.3
flake8-eradicate==0.4.0
flake8-polyfill==1.0.2
flake8==3.8.3
gitdb==4.0.9 ; python_version >= '3.6'
gitpython==3.1.26 ; python_version >= '3.7'
identify==2.4.3 ; python_full_version >= '3.6.1'
iniconfig==1.1.1
mccabe==0.6.1
more-itertools==8.12.0 ; python_version >= '3.5'
mypy-extensions==0.4.3
mypy==0.782
nodeenv==1.6.0
packaging==21.3 ; python_version >= '3.6'
pathspec==0.9.0
pbr==5.8.0 ; python_version >= '2.6'
pep8-naming==0.11.1
pip==21.3.1 ; python_version >= '3.6'
pipenv-to-requirements==0.9.0
pipenv==2022.1.8
platformdirs==2.4.1 ; python_version >= '3.7'
pluggy==0.13.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pre-commit==2.7.1
py==1.11.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pycodestyle==2.6.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyflakes==2.2.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyparsing==3.0.6 ; python_version >= '3.6'
pytest-cov==2.10.1
pytest-env==0.6.2
pytest-testdox==2.0.0
pytest-timeout==1.4.2
pytest==6.0.1
pyyaml==6.0 ; python_version >= '3.6'
regex==2021.11.10
rope==0.17.0
setuptools==60.5.0 ; python_version >= '3.7'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
smmap==5.0.0 ; python_version >= '3.6'
sqlparse==0.3.1
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
typing-extensions==4.0.1 ; python_version >= '3.6'
virtualenv-clone==0.5.7 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
virtualenv==20.13.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'