Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnymaserati committed Dec 14, 2020
1 parent 549371a commit 6300340
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
with open("README.md", "r") as f:
long_description = f.read()

with open("requirements.txt", "r") as f:
required = f.read().splitlines()
# with open("requirements.txt") as f:
# required = f.read().splitlines()

download_url = f'https://github.com/jonnymaserati/welleng/archive/v{__version__}.tar.gz'

Expand Down Expand Up @@ -48,7 +48,16 @@
author_email='jonnycorcutt@gmail.com',
license='LGPL v3',
packages=find_packages(exclude=["tests"]),
install_requires=required,
install_requires=[
'python-fcl',
'numpy',
'scipy',
'trimesh',
'vedo',
'vtk',
'networkx',
'matplotlib',
],
classifiers=[
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 6300340

Please sign in to comment.