mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
Add marker py.typed to root package bfxapi.
This commit is contained in:
0
bfxapi/py.typed
Normal file
0
bfxapi/py.typed
Normal file
Binary file not shown.
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
6
setup.py
6
setup.py
@@ -43,8 +43,10 @@ setup(
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
"pyee~=9.0.4",
|
"pyee~=9.0.4",
|
||||||
"websockets~=11.0.3",
|
"websockets~=11.0.3",
|
||||||
"requests~=2.28.1",
|
"requests~=2.31.0",
|
||||||
"urllib3~=1.26.14",
|
"types-requests~=2.31.0.10",
|
||||||
|
"types-urllib3~=1.26.25.14",
|
||||||
],
|
],
|
||||||
python_requires=">=3.8",
|
python_requires=">=3.8",
|
||||||
|
package_data={"bfxapi": ["py.typed"]},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user