Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
still trying to get install to work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-james-v committed Jan 30, 2018
1 parent 2e2113d commit d1f1123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@
description='CadQuery is a parametric scripting language for creating and traversing CAD models',
long_description=open('README.md').read(),
packages=['cadquery','cadquery.contrib','cadquery.freecad_impl','cadquery.plugins','cadquery.freecad_impl','cadquery.dxf_impl' ,'tests'],
install_requires=['pyparsing'],
install_requires=['pyparsing', 'ezdxf', 'networkx'],
include_package_data=True,
zip_safe=False,
platforms='any',
Expand Down

0 comments on commit d1f1123

Please sign in to comment.