added plotly 4.14.3 and dependencies (#1419)

This commit is contained in:
dmondev 2021-04-14 19:21:47 -04:00 committed by GitHub
parent 093c0dd18d
commit 1d9c78e935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 1 deletions

View File

@ -193,7 +193,10 @@ substitutions:
[#1010](https://github.com/pyodide/pyodide/pull/1010), [#1010](https://github.com/pyodide/pyodide/pull/1010),
[#987](https://github.com/pyodide/pyodide/pull/987). [#987](https://github.com/pyodide/pyodide/pull/987).
- Updated packages: bleach 3.3.0, packaging 20.8 - Updated packages: bleach 3.3.0, packaging 20.8
[#1021](https://github.com/pyodide/pyodide/pull/1021)
[#1338](https://github.com/pyodide/pyodide/pull/1338)
- Added Plotly version 4.14.3 and Retrying dependency
[#1419](https://github.com/pyodide/pyodide/pull/1419)
## Version 0.16.1 ## Version 0.16.1
*December 25, 2020* *December 25, 2020*

13
packages/plotly/meta.yaml Normal file
View File

@ -0,0 +1,13 @@
package:
name: plotly
version: 4.14.3
source:
sha256: 7d8aaeed392e82fb8e0e48899f2d3d957b12327f9d38cdd5802bc574a8a39d91
url: https://files.pythonhosted.org/packages/7f/69/2acf801ff56af4cca6a2d0e17108770c42eeb5596919254c5acbcf23efaf/plotly-4.14.3.tar.gz
requirements:
run:
- retrying
- six
test:
imports:
- plotly

View File

@ -0,0 +1,12 @@
package:
name: retrying
version: 1.3.3
source:
sha256: 08c039560a6da2fe4f2c426d0766e284d3b736e355f8dd24b37367b0bb41973b
url: https://files.pythonhosted.org/packages/44/ef/beae4b4ef80902f22e3af073397f079c96969c69b2c7d52a57ea9ae61c9d/retrying-1.3.3.tar.gz
requirements:
run:
- six
test:
imports:
- retrying