mirror of https://github.com/pyodide/pyodide.git
Add bokeh (#1590)
Co-authored-by: Andreas Klostermann <andreas.klostermann@gmail.com> Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
This commit is contained in:
parent
af68005343
commit
1b8e8b3486
|
@ -0,0 +1,19 @@
|
|||
package:
|
||||
name: bokeh
|
||||
version: 2.3.1
|
||||
requirements:
|
||||
run:
|
||||
- distutils
|
||||
- numpy
|
||||
- Jinja2
|
||||
- pillow
|
||||
- python-dateutil
|
||||
- six
|
||||
- typing-extensions
|
||||
- pyyaml
|
||||
source:
|
||||
sha256: 2f2fb8bab8ca8fa039f48b1f0bed56d3a847c75694ece1d206ffab645ff5beec
|
||||
url: https://files.pythonhosted.org/packages/82/4c/5f5aa9907fb2f545974caade9fb83ade57f5b5efc37641764145413e94ef/bokeh-2.3.1.tar.gz
|
||||
test:
|
||||
imports:
|
||||
- bokeh
|
|
@ -0,0 +1,9 @@
|
|||
package:
|
||||
name: typing-extensions
|
||||
version: 3.10.0.0
|
||||
source:
|
||||
sha256: 50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342
|
||||
url: https://files.pythonhosted.org/packages/aa/55/62e2d4934c282a60b4243a950c9dbfa01ae7cac0e8d6c0b5315b87432c81/typing_extensions-3.10.0.0.tar.gz
|
||||
test:
|
||||
imports:
|
||||
- typing_extensions
|
Loading…
Reference in New Issue