Skip to content

Commit

Permalink
[Madoshakalaka#76] update packages
Browse files Browse the repository at this point in the history
- add `dev` dependency for `types-six`
- require `pyparsing!=3.0.5` due to pyparsing/pyparsing#329
- update `pytest-mypy>=0.8`

Signed-off-by: Bryant Finney <finneybp@gmail.com>
  • Loading branch information
bryant-finney committed Nov 9, 2021
1 parent f59e6fd commit 87300b5
Show file tree
Hide file tree
Showing 3 changed files with 470 additions and 379 deletions.
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ verify_ssl = true
[dev-packages]
pipenv-setup = { editable = true, path = "." }
pytest = { markers = "python_version>='3.6'", version = "~=5.2" }
pytest-mypy = { markers = "python_version>='3.5'", version = "~=0.3" }
pytest-mypy = { markers = "python_version>='3.5'", version = ">=0.8" }
pytest-cov = "~=2.7"
pytest-datadir = "~=1.3"
pytest-xdist = "~=1.29"
tox = "~=3.14"
autopep8 = "~=1.4"
types-six = "*"

[packages]
pipfile = "~=0.0"
Expand All @@ -24,6 +25,7 @@ autopep8 = { markers = "python_version<'3.6'", version = "~=1.4" }
six = "~=1.12"
typing = { markers = "python_version<'3.7'", version = "~=3.7" }
chardet = ">=3.0.0, <=5.0.0"
pyparsing = "!=3.0.5"

[scripts]
# use this to sync this pipfile to setup.py, explained in CONTRIBUTING.md
Expand Down

0 comments on commit 87300b5

Please sign in to comment.