-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrequirements-ci.txt
103 lines (103 loc) · 2.3 KB
/
requirements-ci.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
alabaster==0.7.12
appdirs==1.4.4
asn1crypto==1.4.0
astroid==2.4.2;
attrs==20.3.0
autobahn==20.6.1 # pyup: ignore (#5438)
Automat==20.2.0
Babel==2.9.0
backports.functools-lru-cache==1.6.1
blockdiag==2.0.1
boto==2.49.0
boto3==1.16.40; python_version >= "3.6"
boto3==1.15.11; python_version < "3.6" # pyup: ignore
botocore==1.19.40; python_version >= "3.6"
botocore==1.18.11; python_version < "3.6" # pyup: ignore
cffi==1.14.4
click==7.1.2
# pin configparser, because 5.x no longer supports Python 3.5
configparser==4.0.2 # pyup: ignore
constantly==15.1.0
cookies==2.2.1
cryptography==3.3.1; python_version >= "3.6"
cryptography==3.2; python_version < "3.6" # pyup: ignore
decorator==4.4.2
dicttoxml==1.7.4
docutils==0.16
flake8==3.8.4
funcparserlib==0.3.6
funcsigs==1.0.2
future==0.18.2
idna==2.10
imagesize==1.2.0
incremental==17.5.0
ipaddress==1.0.23
isort==4.3.21 # pyup: ignore (until https://github.com/PyCQA/pylint/pull/3725 is merged)
Jinja2==2.11.2
jmespath==0.10.0
jsonref==0.2
lazy-object-proxy==1.4.1 # pyup: ignore (required by astroid)
ldap3==2.8.1
lz4==3.1.1
markdown2==2.3.10
MarkupSafe==1.1.1
mccabe==0.6.1
# pin mock, because 4.x no longer supports Python 3.5
mock==3.0.5 # pyup: ignore
moto==1.3.16
olefile==0.46
packaging==20.8
parameterized==0.7.4
pathlib2==2.3.5
pbr==5.5.1
pep8==1.7.1
Pillow==8.0.1; python_version >= "3.6"
Pillow==7.2; python_version < "3.6" # pyup: ignore
pyaml==20.4.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycodestyle==2.6.0
pycparser==2.20
pyenchant==3.2.0
pyflakes==2.2.0
pypugjs==5.9.8
PyJWT==1.7.1
pylint==2.6.0;
pyOpenSSL==20.0.1
pyparsing==2.4.7
python-dateutil==2.8.1
python-subunit==1.4.0
pytz==2020.4
PyYAML==5.3.1
requests==2.25.1
s3transfer==0.3.3
scandir==1.10.0
service-identity==18.1.0
setuptools-trial==0.6.0
singledispatch==3.4.0.3
six==1.15.0
snowballstemmer==2.0.0
SQLAlchemy==1.3.22
sqlalchemy-migrate==0.13.0
sqlparse==0.4.1
Tempita==0.5.2
termcolor==1.1.0
toml==0.10.2
towncrier==19.2.0
treq==20.9.0
Twisted==20.3.0
txaio==20.12.1; python_version >= "3.6"
txaio==20.4.1; python_version < "3.6" # pyup: ignore
txrequests==0.9.6
webcolors==1.11.1
Werkzeug==1.0.1
wrapt==1.12.1
xmltodict==0.12.0
zope.interface==5.2.0
coverage==5.3.1
codecov==2.1.11
-e master
-e worker
-e pkg
# we install buildbot www from pypi to avoid the slow nodejs build at each test
buildbot-www==2.9.3