Skip to content

Commit b86e8ab

Browse files
committed
Merge branch 'main' of https://github.com/bugout-dev/humbug
2 parents a8a66ef + 4ea710c commit b86e8ab

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Humbug Python tests
33
on:
44
pull_request:
55
paths:
6-
- 'python/**'
6+
- "python/**"
77

88
defaults:
99
run:

python/setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@
1111
package_data={"humbug": ["py.typed"]},
1212
install_requires=["requests"],
1313
extras_require={
14-
"dev": ["black", "mypy", "wheel"],
14+
"dev": [
15+
"black",
16+
"mypy",
17+
"wheel",
18+
"types-pkg_resources",
19+
"types-requests",
20+
"types-dataclasses",
21+
],
1522
"distribute": ["setuptools", "twine", "wheel"],
1623
},
1724
description="Humbug: Do you build developer tools? Humbug helps you know your users.",

0 commit comments

Comments
 (0)