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
24 commits
Select commit Hold shift + click to select a range
bbf18a5
Update sphinx from 1.7.8 to 1.8.1
pyup-bot Oct 22, 2018
7b0ce56
Update sphinx from 1.7.8 to 1.8.1
pyup-bot Oct 22, 2018
78ce1fb
Update sphinx from 1.7.8 to 1.8.1
pyup-bot Oct 22, 2018
8aab88b
Update cython from 0.28.5 to 0.29
pyup-bot Oct 22, 2018
6bc060f
Update cython from 0.28.5 to 0.29
pyup-bot Oct 22, 2018
2427aba
Update cython from 0.28.5 to 0.29
pyup-bot Oct 22, 2018
07a5fa4
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Oct 22, 2018
291aed8
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Oct 22, 2018
3a9c466
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Oct 22, 2018
6523a77
Update pytest from 3.7.4 to 3.9.1
pyup-bot Oct 22, 2018
f504afd
Update pytest from 3.7.4 to 3.9.1
pyup-bot Oct 22, 2018
342fbac
Update pytest from 3.7.4 to 3.9.1
pyup-bot Oct 22, 2018
22b5ff8
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Oct 22, 2018
d4883e0
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Oct 22, 2018
65ac6c4
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Oct 22, 2018
5ff83d6
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Oct 22, 2018
b79c41a
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Oct 22, 2018
366b964
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Oct 22, 2018
b4001a4
Update certifi from 2018.8.24 to 2018.10.15
pyup-bot Oct 22, 2018
76ebe95
Update mypy from 0.620 to 0.641
pyup-bot Oct 22, 2018
8058a72
Update py from 1.6.0 to 1.7.0
pyup-bot Oct 22, 2018
4b96d45
Update requests from 2.19.1 to 2.20.0
pyup-bot Oct 22, 2018
004cefb
Update urllib3 from 1.22 to 1.24
pyup-bot Oct 22, 2018
5f76912
Update alabaster from 0.7.11 to 0.7.12
pyup-bot Oct 22, 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.9.1"
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"
146 changes: 73 additions & 73 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.9.1
# 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