Skip to content

Commit c7d7738

Browse files
committed
requests type hints are now in a different package
1 parent a077d43 commit c7d7738

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ install-dep: install-dependencies
4848

4949
install-dependencies:
5050
pip install --upgrade $(DEVPKGS)
51-
pip install -r requirements.txt
51+
pip install -r requirements.txt -r mypy_requirements.txt
5252

5353
## install-deb-dep: install most of the dev dependencies via apt-get
5454
install-deb-dep:

mypy_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
mypy==0.901
2+
types-requests

0 commit comments

Comments
 (0)