forked from oremanj/tricycle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-requirements.txt
39 lines (39 loc) · 1.19 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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile test-requirements.in
#
appdirs==1.4.3 # via black
async-generator==1.10
atomicwrites==1.3.0 # via pytest
attrs==19.1.0
black==19.3b0
click==7.0 # via black
contextvars==2.4 # via sniffio, trio
coverage==4.5.3 # via pytest-cov
entrypoints==0.3 # via flake8
flake8==3.7.7
idna==2.8 # via trio
immutables==0.9 # via contextvars
mccabe==0.6.1 # via flake8
more-itertools==7.0.0 # via pytest
mypy-extensions==0.4.1 # via mypy, trio-typing
mypy==0.701 ; implementation_name == "cpython"
outcome==1.0.0 # via trio
pluggy==0.9.0 # via pytest
py==1.8.0 # via pytest
pycodestyle==2.5.0 # via flake8
pyflakes==2.1.1 # via flake8
pytest-cov==2.7.1
pytest-faulthandler==1.5.0
pytest-trio==0.5.2
pytest==4.4.1
six==1.12.0 # via pytest
sniffio==1.1.0 # via trio
sortedcontainers==2.1.0 # via trio
toml==0.10.0 # via black
trio-typing==0.2.0
trio==0.11.0
typed-ast==1.3.5 ; implementation_name == "cpython"
typing-extensions==3.7.2 # via trio-typing