Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #401 from multinet-app/missing-deps
Browse files Browse the repository at this point in the history
Add missing mypy and mypy_extensions dependencies
  • Loading branch information
waxlamp committed Jun 22, 2020
2 parents 774f7fa + 6d34ab9 commit 4f03d4b
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 93 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ flake8-comprehensions = "==3.2.2"
flake8-eradicate = "==0.2.4"
flake8-mutable = "==1.2.0"
flake8-mypy = "==17.8.0"
mypy = "==0.770"
mypy_extensions = "==0.4.3"
pep8-naming = "==0.9.1"
pytest = "==5.1.0"
pytest-cov = "==2.7.1"
Expand Down

0 comments on commit 4f03d4b

Please sign in to comment.