Skip to content

Commit

Permalink
2.3.0 anaconda dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Mar 28, 2024
1 parent 21d3929 commit 0acd2f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requirements:
- requests
- ujson
- websocket-client
- websockets==10.4
- websockets==11.0.3
- typing_extensions
run:
- python
Expand All @@ -52,7 +52,7 @@ requirements:
- requests
- ujson
- websocket-client
- websockets==10.4
- websockets==11.0.3
- typing_extensions

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ colorama
Cython
flask
flask_restful
lucit-licensing-python>=1.8.1
lucit-licensing-python
psutil
PySocks
requests
ujson
unicorn-fy
unicorn-binance-rest-api>=2.1.2
unicorn-binance-rest-api
websocket-client
websockets==11.0.3

0 comments on commit 0acd2f3

Please sign in to comment.