InjectiveLabs / sdk-python

Injective Exchange API for Python clients
Apache License 2.0
41 stars 27 forks source link

asyncio as dependency? #254

Closed MementoRC closed 8 months ago

MementoRC commented 1 year ago

Is it possible to remove asyncio as a dependency? It is only relevant for python <=3.3, but the python support is ^3.9

MementoRC commented 9 months ago

@achilleas-kal @xlab This is from the PYPI asyncio package: https://pypi.org/project/asyncio/

Project description
This version is only relevant for Python 3.3, which does not include asyncio in its stdlib.

Your project is python ^3.9

This is bogging down the creation of the conda-forge recipe. It seems ridiculous to use my fork for just such a silly issue Thx

MementoRC commented 9 months ago

FYI:

import: 'pyinjective'
+ pip check
injective-py 0.9.12 requires asyncio, which is not installed.
WARNING: Tests failed for injective-py-0.9.12-pyhd8ed1ab_0.conda - moving package to /home/conda/staged-recipes/build_artifacts/broken
TESTS FAILED: injective-py-0.9.12-pyhd8ed1ab_0.conda
aarmoa commented 8 months ago

This issue is fixed in #301