Skip to content

Commit b2206e7

Browse files
committed
Sync requirements.txt with setup.py install_requires
Update dependencies to match setup.py versions and remove obsolete packages (pyinotify, websockets, cadquery-ocp, GitPython) that are no longer required.
1 parent fb1e59a commit b2206e7

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

requirements.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
asgiref==3.7.2
2-
cadquery==2.3.1
3-
cadquery-ocp==7.7.0
4-
fastapi==0.104.1
5-
httpx==0.25.1
6-
pyinotify==0.9.6
7-
solidpython2==2.1.0
8-
termcolor==2.3.0
9-
trimesh==4.0.4
10-
websockets==12.0
11-
termcolor==2.3.0
12-
uvicorn==0.23.1
13-
GitPython==3.1.40
1+
# Requirements synchronized from setup.py install_requires
2+
watchdog
3+
trimesh==4.4.*
4+
solidpython2==2.1.*
5+
cadquery==2.5.*
6+
unicorn==2.0.*
7+
httpx==0.27.*
8+
fastapi==0.111.*
9+
termcolor==2.4.*
10+
asgiref==3.8.*
11+
uvicorn==0.30.*
12+
numpy==2.2.*
13+
manifold3d

0 commit comments

Comments
 (0)