Skip to content

Commit

Permalink
Update development tools
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Jul 14, 2017
1 parent 749bc7f commit 17665c8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 34 deletions.
1 change: 0 additions & 1 deletion test_real_mitmdump.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def start(self):
# and I don't want to pull in Requests just for this.

def send_request(self, data):
# pylint: disable=no-member
sock = socket.create_connection(('localhost', self.port))
sock.sendall(data)
sock.recv(4096)
Expand Down
4 changes: 2 additions & 2 deletions tools/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ docutils < 0.13.1
# (you can see them in the generated page footers).
# This will have to be checked and synchronized from time to time.
# Not sure if good idea.
Sphinx == 1.3.5
alabaster == 0.7.9
Sphinx == 1.5.3
alabaster == 0.7.10
59 changes: 28 additions & 31 deletions tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,42 @@
#
# pip-compile --output-file tools/requirements.txt tools/requirements.in
#
alabaster==0.7.9
appdirs==1.4.2 # via setuptools
args==0.1.0 # via clint
astroid==1.4.9 # via pylint
babel==2.3.4 # via sphinx
alabaster==0.7.10
astroid==1.5.3 # via pylint
babel==2.4.0 # via sphinx
certifi==2017.4.17 # via requests
chardet==3.0.4 # via requests
check-manifest==0.35
click==6.7 # via pip-tools
clint==0.5.1 # via twine
coverage==4.3.4 # via pytest-cov
coverage==4.4.1 # via pytest-cov
docutils==0.12
first==2.0.1 # via pip-tools
h2==2.6.0 # via hyper
hpack==2.3.0 # via h2
h2==2.6.2 # via hyper
hpack==3.0.0 # via h2
hyper==0.7.0
hyperframe==3.2.0 # via h2, hyper
isort==4.2.5 # via pylint
jinja2==2.9.5 # via sphinx
lazy-object-proxy==1.2.2 # via astroid
markupsafe==0.23 # via jinja2
idna==2.5 # via requests
imagesize==0.7.1 # via sphinx
isort==4.2.15 # via pylint
jinja2==2.9.6 # via sphinx
lazy-object-proxy==1.3.1 # via astroid
markupsafe==1.0 # via jinja2
mccabe==0.6.1 # via pylint
packaging==16.8 # via setuptools
pip-tools==1.8.0
pip-tools==1.9.0
pkginfo==1.4.1 # via twine
py==1.4.32 # via pytest
py==1.4.34 # via pytest
pygments==2.2.0 # via sphinx
pylint==1.6.5
pyparsing==2.1.10 # via packaging
pytest-cov==2.4.0
pytest==3.0.6
pytz==2016.10 # via babel
requests-toolbelt==0.7.1 # via twine
requests==2.13.0 # via requests-toolbelt, twine
six==1.10.0 # via astroid, packaging, pip-tools, pylint, setuptools, sphinx
pylint==1.7.2
pytest-cov==2.5.1
pytest==3.1.3
pytz==2017.2 # via babel
requests-toolbelt==0.8.0 # via twine
requests==2.18.1 # via requests-toolbelt, sphinx, twine
six==1.10.0 # via astroid, pip-tools, pylint, sphinx
snowballstemmer==1.2.1 # via sphinx
sphinx-rtd-theme==0.1.9 # via sphinx
sphinx==1.3.5
twine==1.8.1
sphinx==1.5.3
tqdm==4.14.0 # via twine
twine==1.9.1
urllib3==1.21.1 # via requests
wheel==0.29.0
wrapt==1.10.8 # via astroid

# The following packages are considered to be unsafe in a requirements file:
# setuptools # via pytest, twine
wrapt==1.10.10 # via astroid

0 comments on commit 17665c8

Please sign in to comment.