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 #91 from tubone24/fix_valualblity
Browse files Browse the repository at this point in the history
fix_valualblity
  • Loading branch information
tubone24 committed May 21, 2019
2 parents ca4d6d9 + 499d2c8 commit 67eb187
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==4.4.1
pytest==4.5.0
pytest-cov==2.7.1
pytest-pythonpath==0.7.3
flake8==3.7.7
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pillow>=5.3.0
PyPDF2==1.26.0
PyYAML>=4.2b1
Sphinx==2.0.1
sphinxcontrib-websupport==1.1.0
sphinxcontrib-websupport==1.1.2
uvloop==0.12.*
responder==1.3.1
marshmallow==2.19.2
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test_suite = tests
[options.extras_require]
develop =
black==19.3b0
pytest==4.4.1
pytest==4.5.0
pytest-cov==2.7.1
pytest-pythonpath==0.7.3
flake8==3.7.7
Expand All @@ -70,6 +70,7 @@ docs =
Sphinx==2.0.1
sphinx-rtd-theme==0.4.3
sphinxcontrib-openapi==0.4.0
sphinxcontrib-websupport==1.1.2

[bdist_wheel]
universal = true
Expand Down

0 comments on commit 67eb187

Please sign in to comment.