Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-braun committed Oct 14, 2020
1 parent c747715 commit 5621a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def run(self):
use_scm_version=True,
python_requires=">=3.6",
setup_requires=["setuptools_scm"] + sphinx_requirements,
install_requires=["dask[dataframe]>=2.19.0", "jpype1>=1.0.2"],
install_requires=["dask[dataframe]>=2.19.0", "jpype1>=1.0.2", "fastapi>=0.61.1", "uvicorn>=0.11.3"],
zip_safe=False,
cmdclass={
"java": MavenCommand,
Expand Down

0 comments on commit 5621a95

Please sign in to comment.