-
Notifications
You must be signed in to change notification settings - Fork 52
/
dev-requirements.txt
72 lines (70 loc) · 1.55 KB
/
dev-requirements.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
#
# 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==3.3.5
# via pylint
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
coverage[toml]==7.6.4
# via pytest-cov
cryptography==43.0.3
# via pyopenssl
dill==0.3.9
# via pylint
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
mccabe==0.7.0
# via pylint
ndg-httpsclient==0.5.1
# via edgegrid-python (setup.py)
packaging==24.1
# via pytest
platformdirs==4.3.6
# via pylint
pluggy==1.5.0
# via pytest
pyasn1==0.6.1
# via
# edgegrid-python (setup.py)
# ndg-httpsclient
pycparser==2.22
# via cffi
pylint==3.3.1
# via edgegrid-python (setup.py)
pyopenssl==24.2.1
# via
# edgegrid-python (setup.py)
# ndg-httpsclient
pytest==8.3.3
# via
# edgegrid-python (setup.py)
# pytest-cov
pytest-cov==6.0.0
# via edgegrid-python (setup.py)
requests==2.32.3
# via
# edgegrid-python (setup.py)
# requests-toolbelt
requests-toolbelt==1.0.0
# via edgegrid-python (setup.py)
tomlkit==0.13.2
# via pylint
urllib3==2.2.3
# via
# edgegrid-python (setup.py)
# 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