-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
32 lines (31 loc) · 1.28 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
################################################################################
# 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`.
################################################################################
black==22.6.0
certifi==2022.6.15 ; python_version >= '3.6'
click==8.1.3 ; python_version >= '3.7'
distlib==0.3.6
filelock==3.8.0 ; python_version >= '3.7'
flake8==5.0.4
mccabe==0.7.0 ; python_version >= '3.6'
mypy-extensions==0.4.3
pathspec==0.9.0
pbr==5.10.0 ; python_version >= '2.6'
pipenv-to-requirements==0.9.0
pipenv==2022.8.24 ; python_version >= '3.7'
platformdirs==2.5.2 ; python_version >= '3.7'
pycodestyle==2.9.1 ; python_version >= '3.6'
pyflakes==2.5.0 ; python_version >= '3.6'
setuptools==65.3.0 ; python_version >= '3.7'
tomli==2.0.1 ; python_full_version < '3.11.0a7'
typing-extensions==4.3.0 ; python_version < '3.10'
virtualenv-clone==0.5.7 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
virtualenv==20.16.3 ; python_version >= '3.6'