-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
38 lines (37 loc) · 1.64 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
################################################################################
# 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`.
################################################################################
appdirs==1.4.4
backports.entry-points-selectable==1.1.0 ; python_version >= '2.7'
black==21.7b0
certifi==2021.5.30
click==8.0.1 ; python_version >= '3.6'
distlib==0.3.2
filelock==3.0.12
flake8==3.9.2
importlib-metadata==4.7.1 ; python_version < '3.8'
mccabe==0.6.1
mypy-extensions==0.4.3
pathspec==0.9.0
pbr==5.6.0 ; python_version >= '2.6'
pipenv-to-requirements==0.9.0
pipenv==2021.5.29 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
platformdirs==2.2.0 ; python_version >= '3.6'
pycodestyle==2.7.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyflakes==2.3.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
regex==2021.8.28
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==1.2.1 ; python_version >= '3.6'
typed-ast==1.4.3 ; python_version < '3.8'
typing-extensions==3.10.0.0 ; python_version < '3.8'
virtualenv-clone==0.5.6 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
virtualenv==20.7.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
zipp==3.5.0 ; python_version >= '3.6'