mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-28 08:54:46 +00:00
type stubs for PyYAML and requests, refs #77
This commit is contained in:
parent
3ed86e403d
commit
9eeebfa020
1 changed files with 11 additions and 1 deletions
12
setup.py
12
setup.py
|
|
@ -41,6 +41,16 @@ setup(
|
|||
"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",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue