-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathtest-requirements.txt
67 lines (67 loc) · 1.23 KB
/
test-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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=test-requirements.txt test-requirements.in
#
aiohttp==3.7.4
# via slackclient
astroid==2.5.1
# via pylint
async-timeout==3.0.1
# via aiohttp
attrs==20.3.0
# via aiohttp
chardet==3.0.4
# via aiohttp
configparser==5.0.2
# via -r test-requirements.in
enum34==1.1.10
# via -r test-requirements.in
flake8==3.8.4
# via -r test-requirements.in
idna-ssl==1.1.0
# via aiohttp
idna==3.1
# via
# idna-ssl
# yarl
importlib-metadata==3.7.0
# via flake8
isort==5.7.0
# via pylint
lazy-object-proxy==1.5.2
# via astroid
mccabe==0.6.1
# via
# flake8
# pylint
multidict==5.1.0
# via
# aiohttp
# yarl
pycodestyle==2.6.0
# via flake8
pyflakes==2.2.0
# via flake8
pylint==2.7.2
# via -r test-requirements.in
slackclient==2.9.3
# via -r test-requirements.in
toml==0.10.2
# via pylint
typed-ast==1.4.2
# via astroid
typing-extensions==3.7.4.3
# via
# aiohttp
# importlib-metadata
# yarl
wheel==0.36.2
# via -r test-requirements.in
wrapt==1.12.1
# via astroid
yarl==1.6.3
# via aiohttp
zipp==3.4.0
# via importlib-metadata