Skip to content

Commit 8a6ca0a

Browse files
committed
fix pip command
1 parent c9c6fe8 commit 8a6ca0a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555
- name: Run isort
5656
run: isort --check-only .
5757

58-
- name: Install type stubs
59-
run: pip install types-requests
60-
6158
- name: Run mypy
6259
run: mypy databunkerpro/
6360

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"black>=21.0",
3636
"isort>=5.0",
3737
"mypy>=0.910",
38+
"types-requests",
3839
],
3940
},
4041
)

0 commit comments

Comments
 (0)