-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathdev-requirements.txt
More file actions
58 lines (56 loc) · 1.24 KB
/
dev-requirements.txt
File metadata and controls
58 lines (56 loc) · 1.24 KB
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
#
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile --extra=dev --output-file=dev-requirements.txt
#
astroid==4.0.3
# via pylint
certifi==2026.1.4
# via requests
charset-normalizer==3.4.4
# via requests
coverage[toml]==7.13.1
# via pytest-cov
dill==0.4.0
# via pylint
idna==3.11
# via requests
iniconfig==2.3.0
# via pytest
isort==7.0.0
# via pylint
mccabe==0.7.0
# via pylint
packaging==25.0
# via pytest
platformdirs==4.5.1
# via pylint
pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.19.2
# via pytest
pylint==4.0.4
# via edgegrid-python (setup.py)
pytest==9.0.2
# via
# edgegrid-python (setup.py)
# pytest-cov
pytest-cov==7.0.0
# via edgegrid-python (setup.py)
requests==2.32.5
# via
# edgegrid-python (setup.py)
# requests-toolbelt
requests-toolbelt==1.0.0
# via edgegrid-python (setup.py)
tomlkit==0.13.3
# via pylint
urllib3==2.6.3
# via requests
# THIS SECTION WAS ADDED MANUALLY
# Starting with version 3.12, setuptools is no longer included in the standard Python installation.
# However, we still need it until we get rid of pkg_resource style namespace packages.
setuptools