Skip to content

Commit c65ae2d

Browse files
Add marker py.typed to root package bfxapi.
1 parent 74b6c77 commit c65ae2d

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

bfxapi/py.typed

Whitespace-only changes.

dev-requirements.txt

2 Bytes
Binary file not shown.

requirements.txt

-36 Bytes
Binary file not shown.

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@
4343
install_requires=[
4444
"pyee~=9.0.4",
4545
"websockets~=11.0.3",
46-
"requests~=2.28.1",
47-
"urllib3~=1.26.14",
46+
"requests~=2.31.0",
47+
"types-requests~=2.31.0.10",
48+
"types-urllib3~=1.26.25.14",
4849
],
4950
python_requires=">=3.8",
51+
package_data={"bfxapi": ["py.typed"]},
5052
)

0 commit comments

Comments
 (0)