Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #38 from tubone24/dependabot/pip/packaging-19.0
Browse files Browse the repository at this point in the history
Bump packaging from 18.0 to 19.0
  • Loading branch information
tubone24 authored Apr 3, 2019
2 parents 7bb8fba + 7851edc commit 2db1154
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
global:
TOXENV: py,codecov
TOXENV: py
PYPI_PASSWORD:
secure: E1hXZZ9LsjhERaKpZLBn3w==

Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==4.0.2
pytest-cov==2.6.0
pytest-cov==2.6.1
pytest-pythonpath==0.7.3
flake8==3.6.0
pep8==1.7.1
Expand Down
19 changes: 1 addition & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
alabaster==0.7.12
Babel==2.6.0
black==18.9b0
certifi==2018.11.29
chardet==3.0.4
sphinx-rtd-theme==0.4.2
docutils==0.14
idna==2.8
imagesize==1.1.0
Jinja2==2.10
MarkupSafe==1.1.0
packaging==18.0
Pillow==5.3.0
Pygments==2.3.1
pyparsing==2.3.0
Pillow>=5.3.0
PyPDF2==1.26.0
pytz==2018.7
PyYAML>=4.2b1
requests==2.21.0
six==1.12.0
snowballstemmer==1.2.1
Sphinx==1.8.3
sphinxcontrib-websupport==1.1.0
urllib3==1.24.1
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages =
ebook_homebrew.utils
setup_requires = setuptools
install_requires =
Pillow==5.3.0
Pillow>=5.3.0
PyPDF2==1.26.0
PyYAML>=4.2b1
tests_require =
Expand All @@ -52,7 +52,7 @@ test_suite = tests
develop =
black==18.9b0
pytest==4.0.2
pytest-cov==2.6.0
pytest-cov==2.6.1
pytest-pythonpath==0.7.3
flake8==3.6.0
pep8==1.7.1
Expand All @@ -62,7 +62,7 @@ develop =
coverage==4.5.2
codecov==2.0.15
docs =
Sphinx
Sphinx==1.8.3
sphinx-rtd-theme==0.4.2

[bdist_wheel]
Expand Down

0 comments on commit 2db1154

Please sign in to comment.