File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 27
27
run : |
28
28
python -m pip install --upgrade pip
29
29
python -m pip install flake8 pytest
30
- python -m pip install .
30
+ python -m pip install jinja2>=2.10.3 py2neo>=2020.0.0 IPython
31
+
31
32
- name : Lint with flake8
32
33
run : |
33
34
# stop the build if there are Python syntax errors or undefined names
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ flask>=1.1.1
2
2
jinja2 >= 2.10.3
3
3
waitress == 2.1.1
4
4
py2neo >= 2020.0.0
5
+ IPython
Original file line number Diff line number Diff line change 16
16
url = "https://github.com/icfly2/neographviz" ,
17
17
packages = ["neographviz" ],
18
18
package_data = {"neographviz" : ["templates/*.html" ]},
19
- install_requires = [
20
- "py2neo>=2020.0.0" ,
21
- "IPython" ,
22
- "jinja2" ,
23
- ],
24
19
extras_require = {"app" : ["waitress==2.1.1" , "flask>=1.1.1" ]},
25
20
)
You can’t perform that action at this time.
0 commit comments