momegas commited on
Commit
c008fc1
1 Parent(s): 56724c7

😅Add requirements

Browse files
Files changed (2) hide show
  1. .gitignore +3 -1
  2. requirements.txt +63 -0
.gitignore CHANGED
@@ -1 +1,3 @@
1
- .venv
 
 
 
1
+ .venv
2
+ __pycache__
3
+ .pytest_cache
requirements.txt ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ appnope==0.1.3
4
+ asttokens==2.2.1
5
+ async-timeout==4.0.2
6
+ attrs==22.2.0
7
+ backcall==0.2.0
8
+ black==23.3.0
9
+ certifi==2022.12.7
10
+ charset-normalizer==3.1.0
11
+ click==8.1.3
12
+ comm==0.1.3
13
+ dataclasses-json==0.5.7
14
+ debugpy==1.6.7
15
+ decorator==5.1.1
16
+ executing==1.2.0
17
+ faiss-cpu==1.7.3
18
+ frozenlist==1.3.3
19
+ idna==3.4
20
+ ipykernel==6.22.0
21
+ ipython==8.12.0
22
+ jedi==0.18.2
23
+ jupyter_client==8.1.0
24
+ jupyter_core==5.3.0
25
+ langchain==0.0.137
26
+ marshmallow==3.19.0
27
+ marshmallow-enum==1.5.1
28
+ matplotlib-inline==0.1.6
29
+ multidict==6.0.4
30
+ mypy-extensions==1.0.0
31
+ nest-asyncio==1.5.6
32
+ numpy==1.24.2
33
+ openai==0.27.4
34
+ openapi-schema-pydantic==1.2.4
35
+ packaging==23.0
36
+ parso==0.8.3
37
+ pathspec==0.11.1
38
+ pexpect==4.8.0
39
+ pickleshare==0.7.5
40
+ platformdirs==3.2.0
41
+ prompt-toolkit==3.0.38
42
+ psutil==5.9.4
43
+ ptyprocess==0.7.0
44
+ pure-eval==0.2.2
45
+ pydantic==1.10.7
46
+ Pygments==2.15.0
47
+ python-dateutil==2.8.2
48
+ PyYAML==6.0
49
+ pyzmq==25.0.2
50
+ requests==2.28.2
51
+ six==1.16.0
52
+ SQLAlchemy==1.4.47
53
+ stack-data==0.6.2
54
+ tenacity==8.2.2
55
+ tomli==2.0.1
56
+ tornado==6.2
57
+ tqdm==4.65.0
58
+ traitlets==5.9.0
59
+ typing-inspect==0.8.0
60
+ typing_extensions==4.5.0
61
+ urllib3==1.26.15
62
+ wcwidth==0.2.6
63
+ yarl==1.8.2