Skip to content

Commit

Permalink
fix requirements txt to not have hard links
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-zheng-codes committed Dec 7, 2024
1 parent 1e271e0 commit f2c3755
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python_env/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
altgraph @ file:///AppleInternal/Library/BuildRoots/860631e9-c1c5-11ee-98ee-b6ef2fd8d87b/Library/Caches/com.apple.xbs/Sources/python3/altgraph-0.17.2-py2.py3-none-any.whl
altgraph==0.17.2
chess==1.11.1
fentoimage==0.1.0
future @ file:///AppleInternal/Library/BuildRoots/860631e9-c1c5-11ee-98ee-b6ef2fd8d87b/Library/Caches/com.apple.xbs/Sources/python3/future-0.18.2-py3-none-any.whl
macholib @ file:///AppleInternal/Library/BuildRoots/860631e9-c1c5-11ee-98ee-b6ef2fd8d87b/Library/Caches/com.apple.xbs/Sources/python3/macholib-1.15.2-py2.py3-none-any.whl
future==0.18.2
macholib==1.15.2
Pillow==9.5.0
six @ file:///AppleInternal/Library/BuildRoots/860631e9-c1c5-11ee-98ee-b6ef2fd8d87b/Library/Caches/com.apple.xbs/Sources/python3/six-1.15.0-py2.py3-none-any.whl
six==1.15.0

0 comments on commit f2c3755

Please sign in to comment.