Skip to content

Commit 7e4ee9f

Browse files
committed
Add requirements.txt file
python3 -m venv myenv source myenv/bin/activate pip3 install -r requirements.txt pip3 list
1 parent 9968b32 commit 7e4ee9f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

requirements.txt

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
aiohttp==3.8.4
2+
aiosignal==1.3.1
3+
altgraph @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot2/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/altgraph-0.17.2-py2.py3-none-any.whl
4+
async-timeout==4.0.2
5+
attrs==22.2.0
6+
certifi==2022.12.7
7+
charset-normalizer==3.1.0
8+
frozenlist==1.3.3
9+
future @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot2/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/future-0.18.2-py3-none-any.whl
10+
idna==3.4
11+
macholib @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot2/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/macholib-1.15.2-py2.py3-none-any.whl
12+
multidict==6.0.4
13+
openai==0.27.2
14+
requests==2.28.2
15+
six @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot2/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/six-1.15.0-py2.py3-none-any.whl
16+
tqdm==4.65.0
17+
urllib3==1.26.15
18+
yarl==1.8.2

0 commit comments

Comments
 (0)