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
25 commits
Select commit Hold shift + click to select a range
bcdc3a3
Update sphinx from 1.7.8 to 1.8.1
pyup-bot Oct 29, 2018
c1440fc
Update sphinx from 1.7.8 to 1.8.1
pyup-bot Oct 29, 2018
cd5cc0a
Update sphinx from 1.7.8 to 1.8.1
pyup-bot Oct 29, 2018
b0e8165
Update cython from 0.28.5 to 0.29
pyup-bot Oct 29, 2018
33dd844
Update cython from 0.28.5 to 0.29
pyup-bot Oct 29, 2018
15298a1
Update cython from 0.28.5 to 0.29
pyup-bot Oct 29, 2018
3685f4b
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Oct 29, 2018
9ad15b3
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Oct 29, 2018
bfd1554
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Oct 29, 2018
deba493
Update pytest from 3.7.4 to 3.9.3
pyup-bot Oct 29, 2018
a0aba6e
Update pytest from 3.7.4 to 3.9.3
pyup-bot Oct 29, 2018
2014d93
Update pytest from 3.7.4 to 3.9.3
pyup-bot Oct 29, 2018
fc7eec6
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Oct 29, 2018
800b06c
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Oct 29, 2018
42a0924
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Oct 29, 2018
8554ebc
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Oct 29, 2018
5ef3d86
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Oct 29, 2018
877f5c6
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Oct 29, 2018
a227a0d
Update certifi from 2018.8.24 to 2018.10.15
pyup-bot Oct 29, 2018
218361a
Update mypy from 0.620 to 0.641
pyup-bot Oct 29, 2018
cfd7963
Update py from 1.6.0 to 1.7.0
pyup-bot Oct 29, 2018
20156ee
Update requests from 2.19.1 to 2.20.0
pyup-bot Oct 29, 2018
9a39df9
Update urllib3 from 1.22 to 1.24
pyup-bot Oct 29, 2018
9bbbd31
Update alabaster from 0.7.11 to 0.7.12
pyup-bot Oct 29, 2018
457993e
Update pytz from 2018.5 to 2018.7
pyup-bot Oct 29, 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.3"
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"
152 changes: 76 additions & 76 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.3
# 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