We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852c816 commit 0742737Copy full SHA for 0742737
setup.py
@@ -2,12 +2,17 @@
2
3
from setuptools import setup, find_packages
4
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
-
+setup(
+ name="pyjviz",
+ version="0.0",
+ packages=find_packages(),
+ install_requires=[
+ "pandas-flavor >= 0.5.0",
+ "rdflib",
+ "graphviz",
+ "bs4",
14
+ "lxml",
15
+ "plotly",
16
+ "kaleido",
17
+ ],
18
+)
0 commit comments