Skip to content

Commit

Permalink
deps: due to compatibility issues, downgrade mypy to 0.800
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Jul 28, 2021
1 parent 708b5ca commit 2d0d6ed
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 46 deletions.
4 changes: 1 addition & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ sphinx-autodoc-typehints = "*"
pytest-timeout = "*"
pytest-asyncio = "*"
pytest-httpserver = "*"
types-requests = "*"
types-toml = "*"
mypy = "==0.910"
mypy = "==0.800"

[packages]
pynacl = "*"
Expand Down
98 changes: 58 additions & 40 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ markupsafe==2.0.1; python_version >= '3.6'
mnemonic==0.20
multidict==5.1.0; python_version >= '3.6'
mypy-extensions==0.4.3
mypy==0.910
mypy==0.800
packaging==21.0; python_version >= '3.6'
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand Down Expand Up @@ -57,8 +57,7 @@ sphinxcontrib-qthelp==1.0.3; python_version >= '3.5'
sphinxcontrib-serializinghtml==1.1.5; python_version >= '3.5'
stellar-base-sseclient==0.0.21
toml==0.10.2
types-requests==2.25.0
types-toml==0.1.3
typed-ast==1.4.3
typing-extensions==3.10.0.0
urllib3==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
werkzeug==2.0.1; python_version >= '3.6'
Expand Down

0 comments on commit 2d0d6ed

Please sign in to comment.