forked from OpenBMB/ChatDev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
90 lines (87 loc) · 1.8 KB
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "==3.8.4"
aiosignal = "==1.3.1"
astroid = "==2.15.0"
async-timeout = "==4.0.2"
attrs = "==23.1.0"
autopep8 = "==1.6.0"
bidict = "==0.22.1"
blinker = "==1.6.2"
certifi = "==2023.5.7"
cfgv = "==3.3.1"
charset-normalizer = "==3.1.0"
click = "==8.1.6"
colorama = "==0.4.6"
dill = "==0.3.6"
distlib = "==0.3.6"
docstring-to-markdown = "==0.11"
filelock = "==3.12.2"
flake8 = "==6.0.0"
flask = "==2.3.2"
flask-socketio = "==5.3.4"
frozenlist = "==1.3.3"
identify = "==2.5.24"
idna = "==3.4"
importlib-metadata = "==6.8.0"
install = "==1.3.5"
isort = "==5.12.0"
itsdangerous = "==2.1.2"
jedi = "==0.18.2"
jieba = "==0.42.1"
jinja2 = "==3.1.2"
lazy-object-proxy = "==1.9.0"
markdown = "==3.4.4"
markupsafe = "==2.1.3"
mccabe = "==0.7.0"
multidict = "==6.0.4"
nodeenv = "==1.8.0"
numpy = "==1.24.3"
openai = "==0.27.8"
packaging = "==23.0"
parso = "==0.8.3"
pillow = "==9.5.0"
platformdirs = "==3.5.3"
pluggy = "==1.2.0"
pre-commit = "==3.3.3"
pycodestyle = "==2.10.0"
pydocstyle = "==6.2.3"
pyflakes = "==3.0.1"
pygame = "==2.5.1"
pylint = "==2.17.0"
pysocks = "==1.7.1"
python-engineio = "==4.5.1"
python-lsp-jsonrpc = "==1.0.0"
python-lsp-server = "==1.7.1"
python-socketio = "==5.8.0"
pytoolconfig = "==1.2.5"
pyyaml = "==6.0"
regex = "==2023.6.3"
requests = "*"
retrying = "==1.3.4"
rope = "==1.7.0"
six = "==1.16.0"
snowballstemmer = "==2.2.0"
tenacity = "==8.2.2"
tiktoken = "==0.4.0"
timeout-decorator = "==0.5.0"
toml = "==0.10.2"
tomli = "==2.0.1"
tomlkit = "==0.11.6"
tqdm = "==4.65.0"
typing-extensions = "==4.5.0"
ujson = "==5.7.0"
urllib3 = "==2.0.3"
virtualenv = "==20.23.0"
werkzeug = "==2.3.6"
whatthepatch = "==1.0.4"
wrapt = "==1.15.0"
yapf = "==0.32.0"
yarl = "==1.9.2"
zipp = "==3.16.2"
[dev-packages]
[requires]
python_version = "3.10"