-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
144 lines (143 loc) · 2.82 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements-dev.in
#
apscheduler==3.9.1.post1
# via
# -r requirements-dev.in
# mqtt-framework
attrs==22.2.0
# via pytest
bandit[toml]==1.7.5
# via -r requirements-dev.in
black==23.1.0
# via -r requirements-dev.in
build==0.10.0
# via pip-tools
cheroot==9.0.0
# via -r requirements-dev.in
click==8.1.3
# via
# black
# flask
# pip-tools
commonmark==0.9.1
# via rich
coverage==7.2.1
# via -r requirements-dev.in
deprecated==1.2.13
# via limits
flask==2.2.2
# via
# -r requirements-dev.in
# flask-limiter
# flask-mqtt
# mqtt-framework
# prometheus-flask-exporter
flask-limiter==3.1.0
# via
# -r requirements-dev.in
# mqtt-framework
flask-mqtt @ git+https://github.com/stlehmann/Flask-MQTT.git@master
# via
# -r requirements-dev.in
# mqtt-framework
gitdb==4.0.10
# via gitpython
gitpython==3.1.31
# via bandit
iniconfig==2.0.0
# via pytest
itsdangerous==2.1.2
# via flask
jaraco-functools==3.5.2
# via cheroot
jinja2==3.1.2
# via flask
limits==3.1.5
# via flask-limiter
markupsafe==2.1.1
# via
# jinja2
# werkzeug
more-itertools==9.0.0
# via
# cheroot
# jaraco-functools
mqtt-framework @ git+https://github.com/paulianttila/[email protected]
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via black
ordered-set==4.1.0
# via flask-limiter
packaging==23.0
# via
# black
# build
# limits
# pytest
paho-mqtt==1.5.1
# via flask-mqtt
pathspec==0.11.0
# via black
pbr==5.11.1
# via stevedore
pillow==9.4.0
# via -r requirements.txt
pip-tools==6.12.1
# via -r requirements-dev.in
platformdirs==3.1.1
# via black
pluggy==1.0.0
# via pytest
prometheus-client==0.15.0
# via prometheus-flask-exporter
prometheus-flask-exporter==0.21.0
# via
# -r requirements-dev.in
# mqtt-framework
pygments==2.14.0
# via rich
pyproject-hooks==1.0.0
# via build
pytest==7.2.0
# via -r requirements-dev.in
pytz==2020.5
# via apscheduler
pytz-deprecation-shim==0.1.0.post0
# via tzlocal
pyyaml==6.0
# via bandit
rich==12.6.0
# via
# bandit
# flask-limiter
ruff==0.0.254
# via -r requirements-dev.in
six==1.16.0
# via
# apscheduler
# cheroot
smmap==5.0.0
# via gitdb
stevedore==5.0.0
# via bandit
typing-extensions==4.4.0
# via
# flask-limiter
# limits
tzdata==2022.7
# via pytz-deprecation-shim
tzlocal==4.2
# via apscheduler
werkzeug==2.2.2
# via flask
wheel==0.38.4
# via pip-tools
wrapt==1.14.1
# via deprecated
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools