-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
91 lines (91 loc) · 2.05 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
#
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile --extra=dev --extra=test --output-file=requirements-dev.txt pyproject.toml
#
annotated-types==0.7.0
# via pydantic
black==24.10.0
# via marketplace-reference-code (pyproject.toml)
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via black
cryptography==44.0.1
# via stackit-core
flake8==7.1.1
# via marketplace-reference-code (pyproject.toml)
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via marketplace-reference-code (pyproject.toml)
mccabe==0.7.0
# via flake8
mypy==1.14.1
# via marketplace-reference-code (pyproject.toml)
mypy-extensions==1.0.0
# via
# black
# mypy
packaging==24.2
# via
# black
# pytest
pathspec==0.12.1
# via black
platformdirs==4.3.6
# via black
pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
# via flake8
pycparser==2.22
# via cffi
pydantic==2.10.6
# via
# stackit-core
# stackit-stackitmarketplace
pydantic-core==2.27.2
# via pydantic
pyflakes==3.2.0
# via flake8
pyjwt==2.10.1
# via
# marketplace-reference-code (pyproject.toml)
# stackit-core
pytest==8.3.4
# via marketplace-reference-code (pyproject.toml)
python-dateutil==2.9.0.post0
# via stackit-stackitmarketplace
requests==2.32.3
# via
# marketplace-reference-code (pyproject.toml)
# stackit-core
# stackit-stackitmarketplace
six==1.17.0
# via python-dateutil
stackit-core==0.1.0
# via
# marketplace-reference-code (pyproject.toml)
# stackit-stackitmarketplace
stackit-stackitmarketplace==0.2.0
# via marketplace-reference-code (pyproject.toml)
types-requests==2.32.0.20241016
# via marketplace-reference-code (pyproject.toml)
typing-extensions==4.12.2
# via
# mypy
# pydantic
# pydantic-core
urllib3==2.3.0
# via
# requests
# stackit-core
# types-requests