Skip to content

Commit

Permalink
anaconda distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Nov 18, 2023
1 parent 8848263 commit 46e2050
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 47 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ jobs:
- name: "conda search: lucit::"
run: |
conda config --add channels lucit
conda config --add channels conda-forge
conda config --show channels
conda search lucit::lucit-licensing-python
conda search lucit::unicorn-binance-rest-api
conda search lucit::unicorn-fy
Expand Down
26 changes: 12 additions & 14 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
name: unicorn-binance-websocket-api

channels:
- conda-forge
- lucit
- defaults

dependencies:
- python>=3.7
- cheroot
- colorama
- Cython
- flask
- conda-forge::flask_restful
- lucit::lucit-licensing-python
- psutil
- PySocks
- requests
- ujson
- lucit::unicorn-fy
- lucit::unicorn-binance-rest-api
- websocket-client
- websockets==10.4
- typing_extensions
- conda-forge::cheroot
- conda-forge::colorama
- conda-forge::Cython
- conda-forge::flask
- conda-forge::flask_restful
- conda-forge::psutil
- conda-forge::PySocks
- conda-forge::requests
- conda-forge::ujson
- conda-forge::websocket-client
- conda-forge::websockets==10.4
- conda-forge::typing_extensions
58 changes: 28 additions & 30 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,47 +13,45 @@ build:
number: 0

channels:
- conda-forge
- lucit
- default

requirements:
build:
- {{ compiler('c') }}
host:
- cheroot
- colorama
- Cython
- conda-forge::flask
- lucit::lucit-licensing-python >=1.8.0
- psutil
- PySocks
- python >=3.7
- requests
- ujson
- python>=3.7
- lucit::lucit-licensing-python
- lucit::unicorn-fy
- lucit::unicorn-binance-rest-api >=2.1.1
- websocket-client
- websockets ==10.4
- typing_extensions
- conda-forge::flask-restful
run:
- cheroot
- colorama
- Cython
- lucit::unicorn-binance-rest-api
- conda-forge::cheroot
- conda-forge::colorama
- conda-forge::Cython
- conda-forge::flask
- conda-forge::flask_restful
- conda-forge::psutil
- conda-forge::PySocks
- conda-forge::requests
- conda-forge::ujson
- conda-forge::websocket-client
- conda-forge::websockets==10.4
- conda-forge::typing_extensions
run:
- python>=3.7
- lucit::lucit-licensing-python
- psutil
- PySocks
- python >=3.7
- requests
- ujson
- lucit::unicorn-fy
- lucit::unicorn-binance-rest-api
- websocket-client
- websockets ==10.4
- typing_extensions
- conda-forge::flask-restful
- conda-forge::cheroot
- conda-forge::colorama
- conda-forge::Cython
- conda-forge::flask
- conda-forge::flask_restful
- conda-forge::psutil
- conda-forge::PySocks
- conda-forge::requests
- conda-forge::ujson
- conda-forge::websocket-client
- conda-forge::websockets==10.4
- conda-forge::typing_extensions

dependencies:
- anaconda-client
Expand Down

0 comments on commit 46e2050

Please sign in to comment.