Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
02b7a34
Update sphinx from 1.7.8 to 1.8.1
pyup-bot Nov 5, 2018
e512346
Update sphinx from 1.7.8 to 1.8.1
pyup-bot Nov 5, 2018
3206598
Update sphinx from 1.7.8 to 1.8.1
pyup-bot Nov 5, 2018
9896ab8
Update cython from 0.28.5 to 0.29
pyup-bot Nov 5, 2018
2503a98
Update cython from 0.28.5 to 0.29
pyup-bot Nov 5, 2018
ac77e90
Update cython from 0.28.5 to 0.29
pyup-bot Nov 5, 2018
cf4d4c3
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Nov 5, 2018
9ab5e58
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Nov 5, 2018
e5be751
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Nov 5, 2018
27ae517
Update pytest from 3.7.4 to 3.10.0
pyup-bot Nov 5, 2018
4522971
Update pytest from 3.7.4 to 3.10.0
pyup-bot Nov 5, 2018
0493a0a
Update pytest from 3.7.4 to 3.10.0
pyup-bot Nov 5, 2018
e1b0b1f
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Nov 5, 2018
46b7292
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Nov 5, 2018
fadfb75
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Nov 5, 2018
95ec290
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Nov 5, 2018
a5aff6f
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Nov 5, 2018
edf1fd6
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Nov 5, 2018
03282b3
Update certifi from 2018.8.24 to 2018.10.15
pyup-bot Nov 5, 2018
3a1103b
Update mypy from 0.620 to 0.641
pyup-bot Nov 5, 2018
c7c2a30
Update psutil from 5.4.7 to 5.4.8
pyup-bot Nov 5, 2018
3918bcd
Update py from 1.6.0 to 1.7.0
pyup-bot Nov 5, 2018
04bd9b9
Update requests from 2.19.1 to 2.20.0
pyup-bot Nov 5, 2018
febc0b7
Update urllib3 from 1.22 to 1.24.1
pyup-bot Nov 5, 2018
04ef955
Update alabaster from 0.7.11 to 0.7.12
pyup-bot Nov 5, 2018
9d3eae1
Update markupsafe from 1.0 to 1.1.0
pyup-bot Nov 5, 2018
4c58dc7
Update pytz from 2018.5 to 2018.7
pyup-bot Nov 5, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ name = "pypi"

[packages]

cython = "==0.28.5"
pydocstyle = "==2.1.1"
cython = "==0.29"
pydocstyle = "==3.0.0"
pylint = "==2.1.1"
mypy-lang = "==0.5.0"
coverage = "==4.5.1"
pytest = "==3.7.4"
pytest = "==3.10.0"
pytest-pylint = "==0.12.3"
pytest-mypy = "==0.3.2"
pytest-cov = "==2.5.1"
pytest-cov = "==2.6.0"
pytest-runner = "==4.2"
coveralls = "==1.5.0"
coveralls = "==1.5.1"


[dev-packages]

sphinx = "==1.7.8"
sphinx = "==1.8.1"
ghp-import = "==0.5.5"
203 changes: 115 additions & 88 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx==1.7.8
sphinx==1.8.1
ghp-import==0.5.5
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# pip
# wheel

cython==0.28.5
cython==0.29

# key components for improving Python project
# we will install them on "Testing" section
# but let's lock version here and use bot to trigger each version update
pydocstyle==2.1.1
pydocstyle==3.0.0
pylint==2.1.1
# flake8==3.4.1
mypy-lang==0.5.0
coverage==4.5.1

# Testing
pytest==3.7.4
pytest==3.10.0
# pytest-flake8==0.8.1 # pytest plugin of flake8
pytest-pylint==0.12.3 # pytest plugin of pylint
pytest-mypy==0.3.2 # pytest plugin of mypy
pytest-cov==2.5.1 # testing coverage
pytest-cov==2.6.0 # testing coverage
pytest-runner==4.2 # add setup.py test support for pytest

coveralls==1.5.0
coveralls==1.5.1