Skip to content

Commit

Permalink
type stubs for PyYAML and requests, refs #77
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 10, 2023
1 parent 3682906 commit 2b50797
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ def get_long_description():
"PyYAML",
"pluggy",
],
extras_require={"test": ["pytest", "requests-mock", "cogapp", "mypy", "black"]},
extras_require={
"test": [
"pytest",
"requests-mock",
"cogapp",
"mypy",
"black",
"types-PyYAML",
"types-requests",
]
},
python_requires=">=3.7",
)

0 comments on commit 2b50797

Please sign in to comment.