Skip to content

Commit 0742737

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 852c816 commit 0742737

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

setup.py

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
from setuptools import setup, find_packages
44

5-
setup(name="pyjviz",
6-
version="0.0",
7-
packages=find_packages(),
8-
install_requires=['pandas-flavor >= 0.5.0',
9-
'rdflib',
10-
'graphviz', 'bs4', 'lxml',
11-
'plotly', 'kaleido']
12-
)
13-
5+
setup(
6+
name="pyjviz",
7+
version="0.0",
8+
packages=find_packages(),
9+
install_requires=[
10+
"pandas-flavor >= 0.5.0",
11+
"rdflib",
12+
"graphviz",
13+
"bs4",
14+
"lxml",
15+
"plotly",
16+
"kaleido",
17+
],
18+
)

0 commit comments

Comments
 (0)