We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f0f986 + cb5b064 commit 27816ecCopy full SHA for 27816ec
.gitignore
@@ -1,3 +1,4 @@
1
/*__pycache__/
2
+.env
3
*.pyc
4
*.DS_Store
requirements.txt
@@ -0,0 +1,18 @@
+aiohttp==3.8.4
+aiosignal==1.3.1
+async-timeout==4.0.2
+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