Skip to content

Commit

Permalink
Update env/requirements/setup (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
voneiden committed Mar 19, 2022
1 parent 862945c commit 6118426
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ dependencies:
- "--editable=."
- sphinxcadquery
- enum-tools[sphinx]
- pyclipper
- numpy
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# cadquery == master
pyclipper >= 1.3.0.post2
numpy >= 1.21.5
pdoc >= 9.0.1
numpy >= 1.21.5
11 changes: 8 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
from setuptools import setup

setup(
setup_requires=['pbr'],
pbr=True,
)
name='cq-cam',
version='0.1',
description='Cadquery CAM',
author='Matti Eiden',
author_email='[email protected]',
packages=['cq_cam'], #same as name
install_requires=['pyclipper', 'numpy'],
)

0 comments on commit 6118426

Please sign in to comment.