Merge pull request #7 from bubalazi/local/requirements.txt

Local/requirements.txt
This commit is contained in:
Shunyu Yao 2023-06-07 18:54:18 -04:00 committed by GitHub
commit 27816eccd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/*__pycache__/
.env
*.pyc
*.DS_Store

18
requirements.txt Normal file
View File

@ -0,0 +1,18 @@
aiohttp==3.8.4
aiosignal==1.3.1
async-timeout==4.0.2
attrs==23.1.0
backoff==2.2.1
certifi==2023.5.7
charset-normalizer==3.1.0
frozenlist==1.3.3
idna==3.4
mpmath==1.3.0
multidict==6.0.4
numpy==1.24.3
openai==0.27.7
requests==2.31.0
sympy==1.12
tqdm==4.65.0
urllib3==2.0.2
yarl==1.9.2