-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathrequirements-dev.txt
65 lines (65 loc) · 1.96 KB
/
requirements-dev.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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --no-index --no-emit-trusted-host -U requirements.in requirements-test.in --output-file=requirements-dev.txt
#
aio-pika==5.2.4
aiocassandra==2.0.1
aiomysql==0.0.20
aiopg==0.16.0
aioredis==1.2.0
aiormq==1.2.2 # via aio-pika
asn1crypto==0.24.0 # via cryptography
async-generator==1.10 # via aiocassandra, asyncio-extras
async-timeout==3.0.1 # via aioredis
asyncio-extras==1.3.2
atomicwrites==1.3.0 # via pytest
attrs==18.2.0 # via flake8-bugbear, pytest
cassandra-driver==3.17.0 # via aiocassandra
cffi==1.12.2 # via cryptography
colorlog==4.0.2
coverage==4.5.2
cryptography==2.5 # via pymysql
entrypoints==0.3 # via flake8
filelock==3.0.10 # via tox
flake8-bugbear==18.8.0
flake8-builtins==1.4.1
flake8-colors==0.1.6
flake8-commas==2.0.0
flake8-deprecated==1.3
flake8-mutable==1.2.0
flake8-pep3101==1.2.1
flake8-polyfill==1.0.2 # via pep8-naming
flake8-quotes==1.0.0
flake8==3.7.7
hiredis==1.0.0 # via aioredis
idna==2.8 # via yarl
marshmallow==2.18.1
mccabe==0.6.1 # via flake8
more-itertools==6.0.0 # via pytest
multidict==4.5.2 # via yarl
pamqp==2.1.0 # via aiormq
peewee-async==0.5.12
peewee==2.10.2 # via peewee-async
pep8-naming==0.8.2
pluggy==0.9.0 # via pytest, tox
psycopg2-binary==2.7.7
py==1.8.0 # via pytest, tox
pycodestyle==2.5.0 # via flake8
pycparser==2.19 # via cffi
pycrypto==2.6.1
pyflakes==2.1.0 # via flake8
pymysql==0.9.2 # via aiomysql
pytest-asyncio==0.10.0
pytest-cov==2.6.1
pytest-mock==1.10.1
pytest-tornado==0.5.0
pytest==4.3.0
six==1.12.0 # via cassandra-driver, cryptography, pytest, tox
toml==0.10.0 # via tox
tornado==5.1.1
tox==3.7.0
ujson==1.35
virtualenv==16.4.1 # via tox
yarl==1.3.0 # via aio-pika, aiormq