-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements-dev.txt
128 lines (128 loc) · 2.51 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
arrow==1.3.0
# via
# cookiecutter
# jinja2-time
astroid==3.2.1
# via pylint
autopep8==2.1.0
# via -r requirements-dev.in
binaryornot==0.4.4
# via cookiecutter
bump2version==1.0.1
# via -r requirements-dev.in
certifi==2024.2.2
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via cookiecutter
cookiecutter==2.6.0
# via
# -r requirements-dev.in
# pytest-cookies
coverage[toml]==7.5.1
# via
# -r requirements-dev.in
# pytest-cov
dill==0.3.8
# via pylint
exceptiongroup==1.2.1
# via pytest
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.4
# via
# cookiecutter
# jinja2-time
jinja2-time==0.2.0
# via -r requirements-dev.in
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
packaging==24.0
# via
# pytest
# pytest-sugar
# pytoolconfig
platformdirs==4.2.2
# via
# pylint
# pytoolconfig
pluggy==1.5.0
# via pytest
pycodestyle==2.11.1
# via autopep8
pygments==2.18.0
# via rich
pylint==3.2.0
# via -r requirements-dev.in
pytest==8.2.0
# via
# -r requirements-dev.in
# pytest-cookies
# pytest-cov
# pytest-instafail
# pytest-mock
# pytest-sugar
pytest-cookies==0.7.0
# via -r requirements-dev.in
pytest-cov==5.0.0
# via -r requirements-dev.in
pytest-instafail==0.5.0
# via -r requirements-dev.in
pytest-mock==3.14.0
# via -r requirements-dev.in
pytest-sugar==1.0.0
# via -r requirements-dev.in
python-dateutil==2.9.0.post0
# via arrow
python-slugify==8.0.4
# via cookiecutter
pytoolconfig[global]==1.3.1
# via rope
pyyaml==6.0.1
# via cookiecutter
requests==2.31.0
# via cookiecutter
rich==13.7.1
# via cookiecutter
rope==1.13.0
# via -r requirements-dev.in
six==1.16.0
# via python-dateutil
termcolor==2.4.0
# via pytest-sugar
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# autopep8
# coverage
# pylint
# pytest
# pytoolconfig
tomlkit==0.12.5
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
# via astroid
urllib3==2.2.1
# via requests