Skip to content

Commit 27816ec

Browse files
authored
Merge pull request #7 from bubalazi/local/requirements.txt
Local/requirements.txt
2 parents 9f0f986 + cb5b064 commit 27816ec

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/*__pycache__/
2+
.env
23
*.pyc
34
*.DS_Store

requirements.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
aiohttp==3.8.4
2+
aiosignal==1.3.1
3+
async-timeout==4.0.2
4+
attrs==23.1.0
5+
backoff==2.2.1
6+
certifi==2023.5.7
7+
charset-normalizer==3.1.0
8+
frozenlist==1.3.3
9+
idna==3.4
10+
mpmath==1.3.0
11+
multidict==6.0.4
12+
numpy==1.24.3
13+
openai==0.27.7
14+
requests==2.31.0
15+
sympy==1.12
16+
tqdm==4.65.0
17+
urllib3==2.0.2
18+
yarl==1.9.2

0 commit comments

Comments
 (0)