Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
costastf committed Oct 16, 2020
1 parent 8eeea3c commit e8644e5
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 72 deletions.
29 changes: 15 additions & 14 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@ name = "pypi"

[dev-packages]

sphinx = "~=2.1.2"
sphinx-rtd-theme = "~=0.4.3"
prospector = "==1.1.6.2"
coverage = "~=4.5.4"
nose = "~=1.3.7"
nose-htmloutput = "~=0.6.0"
tox = "~=3.13.2"
betamax = "~=0.8.1"
semver = "~=2.8.1"
gitwrapperlib = "~=0.9.1"
twine = "~=1.13.0"
coloredlogs = "~=10.0"
emoji = "~=0.5.3"
toml = "~=0.10.0"
# Documenting
sphinx = "~=2.1.2"
sphinx-rtd-theme = "~=0.4.3"
prospector = "~=1.3.0"
coverage = "~=4.5.4"
nose = "~=1.3.7"
nose-htmloutput = "~=0.6.0"
tox = "~=3.13.2"
betamax = "~=0.8.1"
semver = "~=2.8.1"
gitwrapperlib = "~=0.9.1"
twine = "~=1.13.0"
coloredlogs = "~=10.0"
emoji = "~=0.5.3"
toml = "~=0.10.0"


[packages]
Expand Down
156 changes: 99 additions & 57 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 dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
sphinx~=2.1.2
sphinx-rtd-theme~=0.4.3
prospector==1.1.6.2
prospector~=1.3.0
coverage~=4.5.4
nose~=1.3.7
nose-htmloutput~=0.6.0
Expand Down

0 comments on commit e8644e5

Please sign in to comment.