-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-requirements.txt
225 lines (224 loc) · 5.72 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
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=dev --output-file=dev-requirements.txt --resolver=backtracking pyproject.toml
#
anyio==3.7.1
# via httpcore
appnope==0.1.3
# via ipython
astor==0.8.1
# via flake8-simplify
asttokens==2.2.1
# via stack-data
attrs==23.1.0
# via
# flake8-bugbear
# flake8-eradicate
# flake8-multiline-containers
autopep8==1.5.7
# via channel-discussion-antispam-bot (pyproject.toml)
backcall==0.2.0
# via ipython
boto3-stubs==1.27.1
# via types-boto3
botocore-stubs==1.29.165
# via boto3-stubs
certifi==2023.5.7
# via
# httpcore
# httpx
# sentry-sdk
cognitive-complexity==1.3.0
# via flake8-cognitive-complexity
decorator==5.1.1
# via ipython
emoji==1.7.0
# via channel-discussion-antispam-bot (pyproject.toml)
eradicate==2.3.0
# via flake8-eradicate
exceptiongroup==1.1.2
# via
# anyio
# pytest
executing==1.2.0
# via stack-data
flake8==6.0.0
# via
# flake8-bugbear
# flake8-commas
# flake8-eradicate
# flake8-isort
# flake8-multiline-containers
# flake8-mutable
# flake8-pep3101
# flake8-print
# flake8-printf-formatting
# flake8-pyproject
# flake8-quotes
# flake8-simplify
# flake8-use-fstring
# flake8-walrus
flake8-bugbear==23.6.5
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-cognitive-complexity==0.1.0
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-commas==2.1.0
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-eradicate==1.5.0
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-fixme==1.1.1
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-isort==6.0.0
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-multiline-containers==0.0.19
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-mutable==1.2.0
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-pep3101==2.0.0
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-pie==0.16.0
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-print==5.0.0
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-printf-formatting==1.1.2
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-pyproject==1.2.3
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-quotes==3.3.2
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-simplify==0.20.0
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-todo==0.7
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-use-fstring==1.4
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-variables-names==0.0.6
# via channel-discussion-antispam-bot (pyproject.toml)
flake8-walrus==1.2.0
# via channel-discussion-antispam-bot (pyproject.toml)
h11==0.14.0
# via httpcore
httpcore==0.17.3
# via httpx
httpx==0.24.1
# via python-telegram-bot
idna==3.4
# via
# anyio
# httpx
iniconfig==2.0.0
# via pytest
ipython==8.14.0
# via channel-discussion-antispam-bot (pyproject.toml)
isort==5.12.0
# via
# channel-discussion-antispam-bot (pyproject.toml)
# flake8-isort
jedi==0.18.2
# via ipython
matplotlib-inline==0.1.6
# via ipython
mccabe==0.7.0
# via flake8
mypy==1.4.1
# via channel-discussion-antispam-bot (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
packaging==23.1
# via pytest
parso==0.8.3
# via jedi
peewee==3.16.2
# via channel-discussion-antispam-bot (pyproject.toml)
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pluggy==1.2.0
# via pytest
prompt-toolkit==3.0.39
# via ipython
psycopg2-binary==2.9.6
# via channel-discussion-antispam-bot (pyproject.toml)
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pycodestyle==2.10.0
# via
# autopep8
# flake8
# flake8-print
# flake8-todo
pyflakes==3.0.1
# via flake8
pygments==2.15.1
# via ipython
pytest==7.4.0
# via
# pytest-deadfixtures
# pytest-env
# pytest-mock
# pytest-randomly
pytest-deadfixtures==2.2.1
# via channel-discussion-antispam-bot (pyproject.toml)
pytest-env==0.8.2
# via channel-discussion-antispam-bot (pyproject.toml)
pytest-mock==3.11.1
# via channel-discussion-antispam-bot (pyproject.toml)
pytest-randomly==3.12.0
# via channel-discussion-antispam-bot (pyproject.toml)
python-dotenv==1.0.0
# via channel-discussion-antispam-bot (pyproject.toml)
python-telegram-bot[webhooks]==20.3
# via channel-discussion-antispam-bot (pyproject.toml)
pyyaml==6.0
# via watchdog
sentry-sdk==1.27.0
# via channel-discussion-antispam-bot (pyproject.toml)
six==1.16.0
# via asttokens
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
stack-data==0.6.2
# via ipython
toml==0.10.2
# via autopep8
tomli==2.0.1
# via
# flake8-pyproject
# mypy
# pytest
tornado==6.3.2
# via python-telegram-bot
traitlets==5.9.0
# via
# ipython
# matplotlib-inline
types-awscrt==0.16.21
# via
# botocore-stubs
# types-s3transfer
types-boto3==1.0.2
# via channel-discussion-antispam-bot (pyproject.toml)
types-emoji==2.1.0.3
# via channel-discussion-antispam-bot (pyproject.toml)
types-s3transfer==0.6.1
# via boto3-stubs
typing-extensions==4.7.1
# via
# flake8-pie
# mypy
urllib3==1.26.16
# via sentry-sdk
watchdog[watchmedo]==3.0.0
# via channel-discussion-antispam-bot (pyproject.toml)
wcwidth==0.2.6
# via prompt-toolkit
# The following packages are considered to be unsafe in a requirements file:
# setuptools