Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed Feb 26, 2020
1 parent 01965c0 commit 12a73fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ verify_ssl = true
[dev-packages]
bandit = "==1.6.2"
black = "==19.10b0"
check-manifest = "==0.40"
check-manifest = "==0.41"
coverage = "==5.0.3"
coveralls = "==1.11.1"
django-nose = "==1.4.6"
Expand All @@ -27,16 +27,16 @@ mypy = "==0.761"
nose-exclude = "==0.5.0"
nose-timer = "==0.7.5"
pep8-naming = "==0.9.1"
pre-commit = "==2.1.0"
pre-commit = "==2.1.1"
pre-commit-hooks = "==2.5.0"
pygments = "==2.5.2"
pylint = "==2.4.4"
pylint-django = "==2.0.13"
pylint-django = "==2.0.14"
pyroma = "==2.6"
readme_renderer = "==24.0"
rednose = "==1.3.0"
removestar = "==1.2.2"
seed-isort-config = "==1.9.4"
seed-isort-config = "==2.1.0"
tox = "==3.14.5"
tox-pyenv = "==1.1.0"
tox-travis = "==0.12"
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install_requires =
test =
bandit==1.6.2
black==19.10b0
check-manifest==0.40
check-manifest==0.41
coverage==5.0.3
coveralls==1.11.1
django-nose==1.4.6
Expand All @@ -63,15 +63,15 @@ test =
nose-timer==0.7.5
pep8-naming==0.9.1
pre-commit-hooks==2.5.0
pre-commit==2.1.0
pre-commit==2.1.1
pygments==2.5.2
pylint-django==2.0.13
pylint-django==2.0.14
pylint==2.4.4
pyroma==2.6
readme_renderer==24.0
rednose==1.3.0
removestar==1.2.2
seed-isort-config==1.9.4
seed-isort-config==2.1.0
tox-pyenv==1.1.0
tox-travis==0.12
tox==3.14.5
Expand Down
2 changes: 2 additions & 0 deletions tests/test_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ def test_convert__file_exists(self):
self.assertTrue(
expr=pathlib.Path("po2xls/locale/uk/LC_MESSAGES/django.xls").exists()
)

# TODO: add file content test.

0 comments on commit 12a73fd

Please sign in to comment.