Skip to content

Commit

Permalink
revise install list
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenMeinecke committed Nov 15, 2021
1 parent f53f097 commit ceda259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"performance": ["ortools"],
"fileio": ["xlsxwriter", "openpyxl", "cryptography", "geopandas"], # "fiona" is a depedency of geopandas and so already available
"all": ["numpydoc", "sphinx", "sphinx_rtd_theme",
"plotly", "matplotlib", "python-igraph", "geopandas", "hashlib", "zlib",
"plotly", "matplotlib", "python-igraph", "geopandas", "zlib",
"pytest", "pytest-xdist",
"ortools",
"xlsxwriter", "openpyxl", "cryptography"
]}, # "shapely", "pyproj", "fiona" are depedencies of geopandas and so already available
# base64 produces problems, so it is not included to "all"
# "hashlib", "base64" produces problems, so it is not included to "all"
packages=find_packages(),
include_package_data=True,
classifiers=classifiers
Expand Down

0 comments on commit ceda259

Please sign in to comment.