Skip to content

Commit 5556b59

Browse files
akbakb
authored andcommitted
Add requirements.in to the dev requirements
1 parent 1f429d3 commit 5556b59

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

dev-requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-r requirements.in
12
bump2version
23
coverage
34
hypothesis

dev-requirements.txt

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@
77
aiohttp==3.5.4
88
alabaster==0.7.12 # via sphinx
99
ansicolors==1.0.2 # via cuvner
10-
appdirs==1.4.3 # via black
10+
anyio==1.0.0 # via asks
11+
appdirs==1.4.3
1112
argh==0.26.2 # via watchdog
13+
asks==2.3.3
1214
asn1crypto==0.24.0 # via cryptography
1315
astroid==2.2.5 # via pylint
16+
async-exit-stack==1.0.1
17+
async-generator==1.10
1418
async-timeout==3.0.1 # via aiohttp
1519
atomicwrites==1.3.0 # via pytest
16-
attrs==19.1.0 # via aiohttp, automat, black, hypothesis, pytest, service-identity, treq, twisted
20+
attrs==19.1.0
1721
automat==0.7.0 # via twisted
1822
babel==2.6.0 # via sphinx
1923
black==19.3b0
@@ -22,17 +26,18 @@ bump2version==0.5.10
2226
certifi==2019.3.9 # via requests
2327
cffi==1.12.2 # via cryptography
2428
chardet==3.0.4 # via aiohttp, requests
25-
click==7.0 # via black, cuvner
29+
click==7.0
2630
constantly==15.1.0 # via twisted
2731
coverage==4.5.3
2832
cryptography==2.6.1 # via pyopenssl, service-identity
2933
cuvner==18.0.1
3034
docshtest==0.0.2
3135
docutils==0.14 # via readme-renderer, sphinx
3236
filelock==3.0.10 # via tox
37+
h11==0.9.0 # via asks
3338
hyperlink==19.0.0 # via twisted
3439
hypothesis==4.17.1
35-
idna==2.8 # via hyperlink, requests, twisted, yarl
40+
idna==2.8 # via hyperlink, requests, trio, twisted, yarl
3641
imagesize==1.1.0 # via sphinx
3742
incremental==17.5.0 # via cuvner, treq, twisted
3843
isort==4.3.17 # via pylint
@@ -42,9 +47,11 @@ lazy-object-proxy==1.3.1 # via astroid
4247
lockfile==0.12.2
4348
lxml==4.3.4
4449
markupsafe==1.1.1 # via jinja2
50+
marshmallow==3.0.0rc7
4551
mccabe==0.6.1 # via pylint
4652
more-itertools==7.0.0 # via pytest
4753
multidict==4.5.2 # via aiohttp, yarl
54+
outcome==1.0.0 # via trio
4855
packaging==19.0 # via pytest-sugar, sphinx
4956
parso==0.4.0
5057
pathtools==0.1.2 # via watchdog
@@ -59,6 +66,7 @@ pyhamcrest==1.9.0 # via twisted
5966
pylint==2.3.1
6067
pyopenssl==19.0.0 # via twisted
6168
pyparsing==2.4.0 # via packaging
69+
pyrsistent==0.15.2
6270
pytest-clarity==0.1.0a1
6371
pytest-cov==2.6.1
6472
pytest-sugar==0.9.2
@@ -69,8 +77,10 @@ readme-renderer==24.0 # via twine
6977
requests-toolbelt==0.8.0 # via twine
7078
requests==2.21.0
7179
service-identity==18.1.0 # via twisted
72-
six==1.12.0 # via astroid, automat, bleach, cryptography, cuvner, packaging, pyhamcrest, pyopenssl, pytest, readme-renderer, tox, treq
80+
six==1.12.0 # via astroid, automat, bleach, cryptography, cuvner, packaging, pyhamcrest, pyopenssl, pyrsistent, pytest, readme-renderer, tox, treq
81+
sniffio==1.1.0 # via anyio, trio
7382
snowballstemmer==1.2.1 # via sphinx
83+
sortedcontainers==2.1.0 # via trio
7484
sphinx-rtd-theme==0.4.3
7585
sphinx==2.0.1
7686
sphinxcontrib-applehelp==1.0.1 # via sphinx
@@ -80,10 +90,12 @@ sphinxcontrib-jsmath==1.0.1 # via sphinx
8090
sphinxcontrib-qthelp==1.0.2 # via sphinx
8191
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
8292
termcolor==1.1.0 # via pytest-clarity, pytest-sugar
83-
toml==0.10.0 # via black, tox
93+
toml==0.10.0
94+
toolz==0.9.0
8495
tox==3.9.0
8596
tqdm==4.31.1 # via twine
8697
treq==18.6.0
98+
trio==0.11.0
8799
twine==1.13.0
88100
twisted[tls]==19.2.0
89101
typed-ast==1.3.1 # via astroid

0 commit comments

Comments
 (0)