Skip to content
This repository was archived by the owner on Mar 27, 2019. It is now read-only.

Commit 1088a60

Browse files
committed
✨ drop 0.9 but use 0.10 of javascription. 0.9's macropy3 does not work well with django
1 parent 8f624bc commit 1088a60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyecharts-javascripthon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ release: "0.0.5"
99
copyright_year: 2018
1010
license: MIT
1111
dependencies:
12-
- javascripthon>=0.9 ; python_version > "3.4"
12+
- javascripthon>=0.10 ; python_version > "3.4"
1313
- requests ; python_version < "3.5"
1414
description: "Embeded Python functions in pyecharts"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
javascripthon>=0.9 ; python_version > "3.4"
1+
javascripthon>=0.10 ; python_version > "3.4"
22
requests ; python_version < "3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838

3939
INSTALL_REQUIRES = [
40-
'javascripthon>=0.9 ; python_version > "3.4"',
40+
'javascripthon>=0.10 ; python_version > "3.4"',
4141
'requests ; python_version < "3.5"',
4242
]
4343
SETUP_COMMANDS = {}

0 commit comments

Comments
 (0)