diff --git a/requirements.txt b/requirements.txt index b132eb7..c8c83f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ pycsg==0.3.3 -svg.path==3.0 +svg.path==7.0 Pint==0.9.0 geomdl==5.2.9 freetype-py==2.1.0.post1 +pythreejs==2.4.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 270b825..39398bb 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,8 @@ long_description=open('README.rst').read(), install_requires=[ "pycsg >= 0.3.3", - "svg.path==3.0", - "Pint==0.9.0" + "svg.path==7.0", + "Pint==0.9.0", + "pythreejs==2.4.2" ], )