Skip to content

Commit

Permalink
Upgraded requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jcugat committed Jan 12, 2017
1 parent 52788e8 commit b82f882
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 22 deletions.
2 changes: 1 addition & 1 deletion pylama.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[pylama]
linters = pep8,pyflakes,pydocstyle
paths = custom_user
ignore = D211
ignore = D211,D212

[pylama:custom_user/migrations/*]
ignore = D100,D101,D104,E501
Expand Down
6 changes: 3 additions & 3 deletions requirements-test.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage==4.2
django-environ==0.4.0
coverage==4.3.1
django-environ==0.4.1
mock==2.0.0
pylama==7.1.0
pylama==7.3.3
14 changes: 7 additions & 7 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile --output-file requirements-test.txt requirements-test.in
#
coverage==4.2
django-environ==0.4.0
mccabe==0.5.2 # via pylama
coverage==4.3.1
django-environ==0.4.1
mccabe==0.5.3 # via pylama
mock==2.0.0
pbr==1.10.0 # via mock
pep8==1.7.0 # via pylama
pydocstyle==1.0.0 # via pylama
pyflakes==1.3.0 # via pylama
pylama==7.1.0
pycodestyle==2.2.0 # via pylama
pydocstyle==1.1.1 # via pylama
pyflakes==1.5.0 # via pylama
pylama==7.3.3
six==1.10.0 # via django-environ, mock
7 changes: 4 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coverage==4.2
pip-tools==1.7.0
tox==2.3.1
coverage==4.3.1
pip-tools==1.8.0
tox==2.5.0
twine==1.8.1
wheel==0.29.0
23 changes: 16 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
click==6.6 # via pip-tools
coverage==4.2
args==0.1.0 # via clint
click==6.7 # via pip-tools
clint==0.5.1 # via twine
coverage==4.3.1
first==2.0.1 # via pip-tools
pip-tools==1.7.0
pluggy==0.3.1 # via tox
py==1.4.31 # via tox
pip-tools==1.8.0
pkginfo==1.4.1 # via twine
pluggy==0.4.0 # via tox
py==1.4.32 # via tox
requests-toolbelt==0.7.0 # via twine
requests==2.12.4 # via requests-toolbelt, twine
six==1.10.0 # via pip-tools
tox==2.3.1
virtualenv==15.0.3 # via tox
tox==2.5.0
twine==1.8.1
virtualenv==15.1.0 # via tox
wheel==0.29.0

# The following packages are considered to be unsafe in a requirements file:
# setuptools # via twine
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deps =
django19: Django>=1.9,<1.10
django110: Django>=1.10,<1.11
djangomaster: https://github.com/django/django/archive/master.tar.gz#egg=Django
mysql: mysqlclient==1.3.7
mysql: mysqlclient==1.3.9
postgres: psycopg2==2.6.2

[testenv:pylama]
Expand Down

0 comments on commit b82f882

Please sign in to comment.