Skip to content

Commit

Permalink
Lock packages for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michionlion committed Jul 18, 2022
1 parent ac245cf commit 17442aa
Show file tree
Hide file tree
Showing 2 changed files with 550 additions and 480 deletions.
39 changes: 19 additions & 20 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,27 @@ verify_ssl = true
name = "pypi"

[packages]
gitpython = "*"
requests = ">=2.20.0"
commonmark = "*"
num2words = "*"
pluginbase = "*"
gitpython = "~=3.1.26"
requests = "~=2.27.1"
commonmark = "~=0.9.1"
num2words = "~=0.5.10"
pluginbase = "~=1.0.1"

[dev-packages]
pylint = "*"
black = "*"
pytest = "*"
six = "*"
codecov = "*"
flake8 = "*"
pytest-cov = "*"
pytest-sugar = "*"
neovim = "*"
bandit = "*"
codacy-coverage = "*"
pydocstyle = "*"
radon = "*"
xenon = "*"
snoop = "*"
pylint = "~=2.12.2"
black = "~=22.1.0"
pytest = "~=6.2.5"
six = "~=1.16.0"
codecov = "~=2.1.12"
flake8 = "~=4.0.1"
pytest-cov = "~=3.0.0"
pytest-sugar = "~=0.9.4"
neovim = "~=0.3.1"
bandit = "~=1.7.1"
pydocstyle = "~=6.1.1"
radon = "~=5.1.0"
xenon = "~=0.8.0"
snoop = "~=0.4.1"

[pipenv]
allow_prereleases = true
Expand Down
Loading

0 comments on commit 17442aa

Please sign in to comment.