-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathci-wheel.txt
More file actions
28 lines (27 loc) · 714 Bytes
/
ci-wheel.txt
File metadata and controls
28 lines (27 loc) · 714 Bytes
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
attrs==17.4.0
async-generator==1.9
async-timeout==2.0.1
brotlipy==0.7.0
cchardet==2.1.1
chardet==3.0.4
coverage==4.5.1
cython==0.28.2
flake8==3.5.0
gunicorn==19.7.1
isort==4.3.4
pip==10.0.1
pyflakes==1.6.0
multidict==4.1.0
pytest==3.5.0
pytest-cov==2.5.1
pytest-mock==1.9.0
pytest-xdist==1.22.2
towncrier==17.8.0
tox==3.0.0
twine==1.11.0
yarl==1.1.1
# Using PEP 508 env markers to control dependency on runtimes:
aiodns==1.1.1; platform_system!="Windows" # required c-ares will not build on windows
codecov==2.0.15; platform_system!="Windows" # We only use it in Travis CI
uvloop==0.9.1; platform_system!="Windows" and implementation_name=="cpython" # MagicStack/uvloop#14
idna-ssl==1.0.1; python_version<"3.7"