LUCIT-Systems-and-Development / unicorn-binance-websocket-api

A Python SDK by LUCIT to use the Binance Websocket API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, com-coin_futures, us, tr, dex/chain+testnet) in a simple, fast, flexible, robust and fully-featured way.
https://unicorn-binance-websocket-api.docs.lucit.tech/
Other
684 stars 165 forks source link

Downgrade version for websockets in requirements.txt and setup.py #210

Closed Indiana3714 closed 2 years ago

Indiana3714 commented 2 years ago

Any chance you can edit the requirements and setup.py for websockets==9.1? That way poetry can resolve correctly on your main branch

Originally posted by @Indiana3714 in https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/issues/208#issuecomment-946366085

oliver-zehentleitner commented 2 years ago

Hi!

Not sure what you mean with "poetry".

I fixed the issue. UBWA works now with websockets 10.0 too! Just install the latest version 1.34.2 with websockets 10 and it will work!

Indiana3714 commented 2 years ago

Oh i see thanks

Poetry is a dependency management tool for python, simpler in my opinion than virtualenv, venv, or pipenv